Skip to content

Commit

Permalink
chore(webpack): remove fetch polyfill on bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Feb 5, 2024
1 parent 3a8cdc6 commit a7c0209
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
9 changes: 1 addition & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"whatwg-fetch": "^3.6.19"
"webpack-dev-server": "^4.15.1"
}
}
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module.exports = () => {
entry: {
itowns: [
'core-js',
'whatwg-fetch',
'./src/MainBundle.js',
],
debug: {
Expand Down

0 comments on commit a7c0209

Please sign in to comment.