2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 08:20:33 +03:00

feat: add es build

fix: add global window detection

chore: update deps
This commit is contained in:
pimlie
2019-02-20 17:05:51 +01:00
parent 1e47a37d6e
commit 56f0b61d1b
11 changed files with 165 additions and 91 deletions
+1 -2
View File
@@ -48,8 +48,7 @@ export default [{
output: {
...baseConfig.output,
file: pkg.main,
format: 'cjs',
intro: 'var window'
format: 'cjs'
},
external: Object.keys(pkg.dependencies)
}]