Skip to content

Commit

Permalink
chore(webpack): remove URL polyfill on bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Jan 24, 2024
1 parent 95c25f9 commit b43b2b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"replace-in-file": "^7.0.2",
"three": "^0.159.0",
"typescript": "^5.3.3",
"url-polyfill": "^1.1.12",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = () => {
entry: {
itowns: [
'core-js',
'url-polyfill',
'whatwg-fetch',
'./src/MainBundle.js',
],
Expand Down

0 comments on commit b43b2b6

Please sign in to comment.