2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-09 03:42:26 +03:00

fix: fix cjs build (for now) by adding var window

This commit is contained in:
pimlie
2019-02-11 21:24:27 +01:00
parent 164cd8e52b
commit 95c138e9d1
+1
View File
@@ -48,6 +48,7 @@ export default [{
output: {
...baseConfig.output,
file: pkg.main,
intro: 'var window',
format: 'cjs'
},
external: Object.keys(pkg.dependencies)