Skip to content

Commit

Permalink
"Cleaning web" is only needed for Webpack (#8807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jul 1, 2023
1 parent e7d5361 commit 7c1029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/buildHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const handler = async ({
task: () => {
return rimraf(rwjsPaths.web.dist)
},
enabled: getConfig().web.bundler !== 'vite',
enabled: getConfig().web.bundler === 'webpack',
},
side.includes('web') && {
title: 'Building Web...',
Expand Down

0 comments on commit 7c1029d

Please sign in to comment.