From ad917bf2ad4f02b666b9e5769be8238bc8a42be1 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 6 Oct 2021 13:36:26 +0200 Subject: [PATCH] fix(core): update --- ts/tsbundle.class.tsbundleprocess.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/tsbundle.class.tsbundleprocess.ts b/ts/tsbundle.class.tsbundleprocess.ts index 2e16b83..f4238b5 100644 --- a/ts/tsbundle.class.tsbundleprocess.ts +++ b/ts/tsbundle.class.tsbundleprocess.ts @@ -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