1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-09 12:44:56 +02:00

dont delete dist, only contents

This commit is contained in:
Kyle Spearrin 2017-11-07 21:43:59 -05:00
parent f1e0681639
commit 16f7841549

View File

@ -54,7 +54,7 @@ module.exports = {
},
plugins: [
new CleanWebpackPlugin([
path.resolve(__dirname, 'dist')
path.resolve(__dirname, 'dist/*')
]),
new webpack.ProvidePlugin({
$: 'jquery',