Skip to content

Commit 93c7211

Browse files
authored
Merge pull request #596 from OpenKnowledgeMaps/process-browser-fix
Returned the provideplugin
2 parents d2a268d + 9791ecc commit 93c7211

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)