We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaae619 commit d40041fCopy full SHA for d40041f
template/build/config.js
@@ -8,7 +8,13 @@ module.exports = {
8
// otherwise only set to absolute path when you're using history mode
9
publicPath: '{{#if electron}}.{{/if}}/',
10
// add these dependencies to a standalone vendor bundle
11
- vendor: Object.keys(pkg.dependencies),
+ vendor: [
12
+ 'vue',
13
+ 'vuex',
14
+ 'vue-router',
15
+ 'vuex-router-sync',
16
+ 'promise-polyfill'
17
+ ],
18
// disable babelrc by default
19
babel: {
20
babelrc: false,
0 commit comments