We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7c727 commit ed13a0dCopy full SHA for ed13a0d
3 files changed
build/webpack.config.js
@@ -47,7 +47,9 @@ module.exports = {
47
'js-beautify': 'beautifier'
48
},
49
plugins: [
50
- new webpack.IgnorePlugin(/^fs$/),
+ new webpack.IgnorePlugin({
51
+ resourceRegExp: /^fs$/
52
+ }),
53
new VueLoaderPlugin(),
54
new MiniCssExtractPlugin({
55
filename: '../css/doc-bundle.css'
0 commit comments