fix(core): update

This commit is contained in:
2020-05-25 21:07:40 +00:00
parent a935dc0b86
commit 104cdab0dc
4 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,7 @@ export class TsBundle {
target: 'es2018',
allowSyntheticDefaultImports: true
}),
plugins.rollupJson(),
// Allow node_modules resolution, so you can use 'external' to control
// which external modules to include in the bundle
// https://github.com/rollup/rollup-plugin-node-resolve#usage