Skip to content

Commit 80c51cb

Browse files
committed
Don't clean the manifest.json on rebuild which causes the extension cannot be reload during development
1 parent aaa01b6 commit 80c51cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const options = {
125125
},
126126
plugins: [
127127
// expose and write the allowed env vars on the compiled bundle
128-
new CleanWebpackPlugin(),
128+
new CleanWebpackPlugin({ cleanStaleWebpackAssets: false }),
129129
new MiniCssExtractPlugin({
130130
filename: '[name].css',
131131
chunkFilename: '[id].css'

0 commit comments

Comments
 (0)