We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c28fc8 commit 7227367Copy full SHA for 7227367
webpack.config.js
@@ -14,6 +14,6 @@ module.exports = merge(require('./webpack.base'), {
14
},
15
16
externals: [
17
- 'moment', 'vue'
+ 'moment', 'vue',
18
],
19
});
0 commit comments