fix(core): update
This commit is contained in:
parent
b7d1321f3f
commit
5289d2af92
@ -37,7 +37,11 @@ export default {
|
||||
} }),
|
||||
nodeResolve(),
|
||||
// Allow bundling cjs modules (unlike webpack, rollup doesn't understand cjs)
|
||||
commonjs(),
|
||||
commonjs({
|
||||
namedExports: {
|
||||
'node_modules/@pushrocks/smartstate/dist/index.js': ['SmartState']
|
||||
}
|
||||
}),
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user