fix(core): update
This commit is contained in:
parent
b925fffc58
commit
e6c2288c24
@ -39,7 +39,7 @@ export default {
|
|||||||
// Allow bundling cjs modules (unlike webpack, rollup doesn't understand cjs)
|
// Allow bundling cjs modules (unlike webpack, rollup doesn't understand cjs)
|
||||||
commonjs({
|
commonjs({
|
||||||
namedExports: {
|
namedExports: {
|
||||||
'node_modules/@pushrocks/smartstate/dist/index.js': ['SmartState']
|
'node_modules/@pushrocks/smartstate/dist/index.js': ['Smartstate']
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
// Allow node_modules resolution, so you can use 'external' to control
|
// Allow node_modules resolution, so you can use 'external' to control
|
||||||
|
Loading…
Reference in New Issue
Block a user