Skip to content

Commit

Permalink
Do not include polyfill for punycode
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Mar 19, 2024
1 parent b9d9734 commit 9f1f923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module.exports = {
resolve: {
extensions: [".js", ".jsx", ".gql", ".graphql"],
fallback: {
punycode: false,
crypto: false
}
},
Expand Down

0 comments on commit 9f1f923

Please sign in to comment.