Skip to content

Commit 7364664

Browse files
committed
Excludes clean of dist/webviews again
1 parent 236c178 commit 7364664

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
@@ -94,7 +94,7 @@ function getExtensionConfig(mode, env) {
9494
* @type WebpackConfig['plugins'] | any
9595
*/
9696
const plugins = [
97-
new CleanPlugin(),
97+
new CleanPlugin({ cleanOnceBeforeBuildPatterns: ['!webviews/**'] }),
9898
new ForkTsCheckerPlugin({
9999
async: false,
100100
eslint: { enabled: true, files: 'src/**/*.ts', options: { cache: true } },

0 commit comments

Comments
 (0)