From 1dbabc832e3e6ffb69ac4128ef8b45d5b2c9c723 Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Thu, 2 Nov 2023 11:14:32 +1100 Subject: [PATCH] don't wipe dist folder as it removes the repository --- webpack-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack-common.js b/webpack-common.js index a7ca7a7..139fdef 100644 --- a/webpack-common.js +++ b/webpack-common.js @@ -14,7 +14,7 @@ module.exports = { filename: "[contenthash].js", }, plugins: [ - new CleanWebpackPlugin(), + // new CleanWebpackPlugin(), new HtmlWebpackPlugin({ title: "50words", template: "./public/index.html",