feat(config): migrate project configuration to smartconfig.json and update bundler dependencies
This commit is contained in:
@@ -53,7 +53,7 @@ export class TsBundleProcess {
|
||||
entryFileNames: outputFilename,
|
||||
format: 'es',
|
||||
sourcemap: true,
|
||||
inlineDynamicImports: true,
|
||||
codeSplitting: false,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ export class TsBundleProcess {
|
||||
format: 'es',
|
||||
sourcemap: true,
|
||||
minify: true,
|
||||
inlineDynamicImports: true,
|
||||
codeSplitting: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user