fix(core): update
This commit is contained in:
parent
306a018efd
commit
ad917bf2ad
@ -40,6 +40,7 @@ export class TsBundleProcess {
|
||||
noImplicitAny: false,
|
||||
target: 'es2018',
|
||||
allowSyntheticDefaultImports: true,
|
||||
importsNotUsedAsValues: 'preserve',
|
||||
}),
|
||||
plugins.rollupJson(),
|
||||
// Allow node_modules resolution, so you can use 'external' to control
|
||||
|
Loading…
Reference in New Issue
Block a user