BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-25 13:31:21 +01:00
parent 431089e23f
commit 592228fc51
9 changed files with 4793 additions and 13871 deletions

View File

@ -1,3 +1,3 @@
export * from './smartstate.classes.smartstate';
export * from './smartstate.classes.statepart';
export * from './smartstate.classes.stateaction';
export * from './smartstate.classes.smartstate.js';
export * from './smartstate.classes.statepart.js';
export * from './smartstate.classes.stateaction.js';