Skip to content

Commit

Permalink
Excludes clean of dist/webviews again
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 22, 2020
1 parent 236c178 commit 7364664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function getExtensionConfig(mode, env) {
* @type WebpackConfig['plugins'] | any
*/
const plugins = [
new CleanPlugin(),
new CleanPlugin({ cleanOnceBeforeBuildPatterns: ['!webviews/**'] }),
new ForkTsCheckerPlugin({
async: false,
eslint: { enabled: true, files: 'src/**/*.ts', options: { cache: true } },
Expand Down

0 comments on commit 7364664

Please sign in to comment.