fix(core): update

This commit is contained in:
2020-05-25 17:01:43 +00:00
parent eeeac6cb7f
commit b418ccd10a
3 changed files with 532 additions and 301 deletions

View File

@ -43,11 +43,7 @@ export class TsBundle {
// which external modules to include in the bundle
// https://github.com/rollup/rollup-plugin-node-resolve#usage
plugins.rollupResolve(),
plugins.rollupCommonjs({
namedExports: {
'node_modules/@pushrocks/smartstate/dist/index.js': ['Smartstate']
}
}),
plugins.rollupCommonjs({}),
// Resolve source maps to the original source
plugins.rollupSourceMaps()