2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

fix: rollup issues after deps update

This commit is contained in:
Nikolay Kostyurin
2021-10-11 02:55:03 +02:00
parent e9ff28a76a
commit 13cee85ae6
+2
View File
@@ -14,6 +14,7 @@ const baseConfig = {
file: pkg.browser,
format: 'umd',
name: pkg.browserName,
exports: 'named',
globals: {
react: 'React',
vue: 'Vue',
@@ -25,6 +26,7 @@ const baseConfig = {
exclude: '**/node_modules/**',
}),
replace({
preventAssignment: true,
'process.env.NODE_ENV': JSON.stringify(NODE_ENV),
}),
commonjs(),