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:
@@ -48,6 +48,7 @@ export default [{
|
||||
output: {
|
||||
...baseConfig.output,
|
||||
file: pkg.main,
|
||||
intro: 'var window',
|
||||
format: 'cjs'
|
||||
},
|
||||
external: Object.keys(pkg.dependencies)
|
||||
|
||||
Reference in New Issue
Block a user