Skip to content

Commit

Permalink
don't wipe dist folder as it removes the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Nov 2, 2023
1 parent a26e88c commit 1dbabc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
filename: "[contenthash].js",
},
plugins: [
new CleanWebpackPlugin(),
// new CleanWebpackPlugin(),
new HtmlWebpackPlugin({
title: "50words",
template: "./public/index.html",
Expand Down

0 comments on commit 1dbabc8

Please sign in to comment.