Skip to content

Commit f64a3b3

Browse files
committed
FIx webpack
1 parent b59902f commit f64a3b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/app/apps/codebattle/webpack/webpack.base.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ module.exports = {
137137
"@/utils": path.resolve(__dirname, "../assets/js/widgets/utils"),
138138
},
139139
fallback: {
140+
'process/browser': require.resolve('process/browser'),
140141
path: require.resolve("path-browserify"),
141142
},
142143
extensions: [".js", ".jsx"],

0 commit comments

Comments
 (0)