fix(core): update

This commit is contained in:
Philipp Kunz 2021-10-06 13:36:26 +02:00
parent 306a018efd
commit ad917bf2ad

View File

@ -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