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

feat: add pause/resume methods to pause updates

This commit is contained in:
pimlie
2019-02-20 14:46:05 +01:00
parent f270318c29
commit d237180cbd
8 changed files with 107 additions and 37 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ export default [{
output: {
...baseConfig.output,
file: pkg.main,
intro: 'var window',
format: 'cjs'
format: 'cjs',
intro: 'var window'
},
external: Object.keys(pkg.dependencies)
}]