mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-12 19:50:46 +01:00
dont delete dist, only contents
This commit is contained in:
parent
f1e0681639
commit
16f7841549
@ -54,7 +54,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
new CleanWebpackPlugin([
|
||||
path.resolve(__dirname, 'dist')
|
||||
path.resolve(__dirname, 'dist/*')
|
||||
]),
|
||||
new webpack.ProvidePlugin({
|
||||
$: 'jquery',
|
||||
|
Loading…
Reference in New Issue
Block a user