Skip to content

Commit 9791ecc

Browse files
committed
returned the provideplugin
1 parent d2a268d commit 9791ecc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ const common = {
5252
'chart': 'Chart'
5353
},
5454
plugins: [
55+
new webpack.ProvidePlugin({
56+
process: 'process/browser',
57+
}),
5558
new MiniCssExtractPlugin({
5659
// Options similar to the same options in webpackOptions.output
5760
// all options are optional

0 commit comments

Comments
 (0)