We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb0d25 commit 6d80c92Copy full SHA for 6d80c92
webpack.config.js
@@ -22,7 +22,7 @@ module.exports = {
22
test: /\.js$/,
23
// excluding some local linked packages.
24
// not needed for normal installations
25
- exclude: /node_modules|vue\/src|vue-loader\//,
+ exclude: /node_modules|vue\/src|vue-loader\/|vue-hot-reload-api\//,
26
loader: 'babel'
27
}
28
]
0 commit comments