BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-07-28 22:07:52 +02:00
parent b02ee5e9f4
commit 8956f4be89
12 changed files with 7187 additions and 18103 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './smartsystem.plugins';
import * as plugins from './smartsystem.plugins.js';
export class Smartsystem {
public env = new plugins.smartenv.Smartenv();