Skip to content

Commit 6d80c92

Browse files
committed
exclude local module
1 parent 7bb0d25 commit 6d80c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
test: /\.js$/,
2323
// excluding some local linked packages.
2424
// not needed for normal installations
25-
exclude: /node_modules|vue\/src|vue-loader\//,
25+
exclude: /node_modules|vue\/src|vue-loader\/|vue-hot-reload-api\//,
2626
loader: 'babel'
2727
}
2828
]

0 commit comments

Comments
 (0)