mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
dont delete dist, only contents
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new CleanWebpackPlugin([
|
new CleanWebpackPlugin([
|
||||||
path.resolve(__dirname, 'dist')
|
path.resolve(__dirname, 'dist/*')
|
||||||
]),
|
]),
|
||||||
new webpack.ProvidePlugin({
|
new webpack.ProvidePlugin({
|
||||||
$: 'jquery',
|
$: 'jquery',
|
||||||
|
|||||||
Reference in New Issue
Block a user