Remove clutter

This commit is contained in:
Andras Schmelczer 2025-02-19 21:29:53 +00:00
parent e97d97905e
commit aef5952c4d
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -27,10 +27,6 @@ module.exports = (env, argv) => ({
new MiniCssExtractPlugin({
filename: "styles.css"
}),
new (require("webpack").DefinePlugin)({
__CURRENT_DATE__: Date.now()
}),
{
apply: (compiler) => {
if (argv.mode !== "development") {