1
0
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:
Kyle Spearrin
2017-11-07 21:43:59 -05:00
parent f1e0681639
commit 16f7841549

View File

@@ -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',