Webpack: do not remove dist/ on build

This commit is contained in:
Alexander Zobnin
2021-05-19 16:25:06 +03:00
parent cb711777bc
commit 74c5dc866d

View File

@@ -47,9 +47,6 @@ module.exports = {
{ from: '../README.md' },
{ from: '**/img/*' },
]),
new CleanWebpackPlugin(['dist'], {
root: resolve('.')
}),
ExtractTextPluginLight,
ExtractTextPluginDark,
],