Skip to content

Commit 579185e

Browse files
author
Rhino
authored
Update webpack.base.conf.js
resolved compile error
1 parent 4fd5ab8 commit 579185e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
loader: 'babel-loader',
6363
include: projectRoot,
6464
// /node_modules\/(?!vue-bulma-.*)/
65-
exclude: [new RegExp(`node_modules\\${path.sep}(?!vue-bulma-.*)`)]
65+
exclude: [new RegExp(`node_modules\\${path.sep}(?!_vue-bulma-.*)`)]
6666
},
6767
{
6868
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,

0 commit comments

Comments
 (0)