Skip to content

Commit 9c4580b

Browse files
committed
Update docs/global_configuration.md
1 parent b20953c commit 9c4580b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/global_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ electron-vue uses the [webpack](https://github.com/webpack/webpack) module loade
2323
asar: true,
2424
dir: path.join(__dirname, 'app'),
2525
icon: path.join(__dirname, 'app/icons/icon'),
26-
ignore: /node_modules|src|index.ejs|icons/,
26+
ignore: /\b(node_modules|src|index\.ejs|icons)\b/,
2727
name: pkg.name,
2828
out: path.join(__dirname, 'builds'),
2929
overwrite: true,

0 commit comments

Comments
 (0)