BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-06-26 10:35:35 +02:00
parent d5d6d7bf79
commit 964666902f
14 changed files with 4602 additions and 18462 deletions

View File

@ -1,4 +1,4 @@
import * as plugins from './smartlog.plugins';
import * as plugins from './smartlog.plugins.js';
import { ILogDestination, ILogPackage } from '@pushrocks/smartlog-interfaces';