Skip to content

Commit ed13a0d

Browse files
committed
infra: update webpack to 5 latest version and --openssl-legacy-provider is unnecessary and removed.
1 parent 3e7c727 commit ed13a0d

3 files changed

Lines changed: 5829 additions & 12362 deletions

File tree

build/webpack.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ module.exports = {
4747
'js-beautify': 'beautifier'
4848
},
4949
plugins: [
50-
new webpack.IgnorePlugin(/^fs$/),
50+
new webpack.IgnorePlugin({
51+
resourceRegExp: /^fs$/
52+
}),
5153
new VueLoaderPlugin(),
5254
new MiniCssExtractPlugin({
5355
filename: '../css/doc-bundle.css'

0 commit comments

Comments
 (0)