Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Webpack upgrade: https://issues.redhat.com/browse/MIG-1601

Webpack build warning fix - no sourcemaps for node_modules

Fix https://issues.redhat.com/browse/MIG-1623

Fix https://issues.redhat.com/browse/MIG-1624
  • Loading branch information
ibolton336 committed Nov 12, 2024
1 parent f9dad67 commit b3a9483
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 254 deletions.
1 change: 1 addition & 0 deletions config/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = (env) => {
test: /\.js$/,
use: ['source-map-loader'],
enforce: 'pre',
exclude: /node_modules/
},
{
test: /\.module\.s(a|c)ss$/,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"ts-jest": "^26.5.4",
"ts-loader": "^9.1.0",
"typescript": "^4.2.3",
"webpack": "^5.72.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.15.2"
Expand All @@ -91,8 +91,7 @@
"connected-react-router": "^6.9.1",
"dayjs": "^1.9.5",
"ejs": "^3.1.7",
"express": "^4.19.2",
"formik": "^2.1.4",
"express": "^4.20.0",
"history": "^4.9.0",
"http-proxy-middleware": "^2.0.0",
"https-proxy-agent": "^5.0.0",
Expand Down Expand Up @@ -130,6 +129,7 @@
"tough-cookie": "4.1.3",
"follow-redirects": "^1.15.6",
"braces": "^3.0.3",
"express": "^4.19.2"
"path-to-regexp": "0.1.10"

}
}
Loading

0 comments on commit b3a9483

Please sign in to comment.