Skip to content

Commit

Permalink
remove for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Jun 1, 2024
1 parent d2b2b35 commit 2c6d027
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"style-loader": "^4.0.0",
Expand All @@ -46,4 +45,4 @@
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}
}
6 changes: 0 additions & 6 deletions src/main/frontend/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const HtmlWebpackPlugin = require("html-webpack-plugin");
const path = require("path");

module.exports = {
Expand Down Expand Up @@ -31,9 +30,4 @@ module.exports = {
},
],
},
plugins: [
new HtmlWebpackPlugin({
template: "index.html",
}),
],
};

0 comments on commit 2c6d027

Please sign in to comment.