mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-22 23:20:34 +03:00
fix: fix cjs build (for now) by adding var window
This commit is contained in:
@@ -48,6 +48,7 @@ export default [{
|
|||||||
output: {
|
output: {
|
||||||
...baseConfig.output,
|
...baseConfig.output,
|
||||||
file: pkg.main,
|
file: pkg.main,
|
||||||
|
intro: 'var window',
|
||||||
format: 'cjs'
|
format: 'cjs'
|
||||||
},
|
},
|
||||||
external: Object.keys(pkg.dependencies)
|
external: Object.keys(pkg.dependencies)
|
||||||
|
|||||||
Reference in New Issue
Block a user