Skip to content

Commit

Permalink
Merge pull request #121 from atefsaw/dev/atefsawaed/upgrade_sass_pack…
Browse files Browse the repository at this point in the history
…ages

Upgrade sass npm packages & update webpack.config.js
  • Loading branch information
atefsaw authored Oct 6, 2024
2 parents c184c7b + fdad9bd commit e622b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"ajv": "^8.12.0",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.90.3",
Expand Down
2 changes: 1 addition & 1 deletion Frontend/tools/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
mode: "development",
entry: "./src/index.ts",
output: {
filename: "bundle.[hash].js",
filename: "bundle.[fullhash].js",
path: path.resolve(__dirname, "dist"),
publicPath: '/',
},
Expand Down

0 comments on commit e622b9a

Please sign in to comment.