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