Skip to content

Commit

Permalink
Updated webpack to avoid SSL error on build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP committed Nov 3, 2022
1 parent efa1d46 commit f07a23f
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 186 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"typescript": "^4.2.4",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2"
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"browserslist": [
"edge >= 79",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
"crypto": false,
}
},
target: ["es5"],
target: ["web"],
optimization: {
minimizer: [
new TerserPlugin({
Expand Down
Loading

0 comments on commit f07a23f

Please sign in to comment.