We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e53a2 commit 332a6a5Copy full SHA for 332a6a5
webpack.config.js
@@ -8,6 +8,8 @@ module.exports = {
8
filename: 'build.js'
9
},
10
module: {
11
+ // avoid webpack trying to shim process
12
+ noParse: /es6-promise\.js$/,
13
loaders: [
14
{
15
test: /\.vue$/,
0 commit comments