Skip to content

Commit

Permalink
fix: removing querystring from polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Dec 31, 2021
1 parent ad4d68c commit dca182d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/webpack.config.client.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
publicPath: BASE_PATH,
},
resolve: {
fallback: { "querystring": false },
modules: ['node_modules', config.srcDir],
alias: {
path: require.resolve('path-browserify'),
Expand Down
1 change: 1 addition & 0 deletions build/webpack.config.client.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {
publicPath: BASE_PATH,
},
resolve: {
fallback: { "querystring": false },
modules: ['node_modules', config.srcDir],
alias: {
path: require.resolve('path-browserify'),
Expand Down

0 comments on commit dca182d

Please sign in to comment.