We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2a268d + 9791ecc commit 93c7211Copy full SHA for 93c7211
1 file changed
webpack.config.js
@@ -52,6 +52,9 @@ const common = {
52
'chart': 'Chart'
53
},
54
plugins: [
55
+ new webpack.ProvidePlugin({
56
+ process: 'process/browser',
57
+ }),
58
new MiniCssExtractPlugin({
59
// Options similar to the same options in webpackOptions.output
60
// all options are optional
0 commit comments