Skip to content

Commit

Permalink
AUS-3679 Upgrade webpack file to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Mar 9, 2022
1 parent b380d90 commit f3c1b5b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions extra-webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module.exports = {
node: {
fs: "empty",
Buffer: false,
http: "empty",
https: "empty",
zlib: "empty"
resolve: {
fallback: {
fs: false,
Buffer: false,
http: false,
https: false,
zlib: false
},
},
module: {
unknownContextCritical: false
Expand Down

0 comments on commit f3c1b5b

Please sign in to comment.