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.
1 parent d2a268d commit 9791eccCopy full SHA for 9791ecc
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