BREAKING CHANGE(core): switch to esm
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as plugins from './smarts3.plugins';
|
||||
import * as paths from './paths';
|
||||
import * as plugins from './smarts3.plugins.js';
|
||||
import * as paths from './paths.js';
|
||||
|
||||
export interface ISmarts3ContructorOptions {
|
||||
port?: number;
|
||||
|
||||
Reference in New Issue
Block a user