Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(webpack_config): clean dist/client dir on run
Browse files Browse the repository at this point in the history
fix(webpack_config): clean `dist/client` dir on run
  • Loading branch information
Metnew committed Nov 6, 2017
1 parent 9283523 commit b5b8ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack_config/client/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const {
manifest
} = config

rimraf(`${config.distPath}/server`, {}, () => {})
rimraf(`${config.distPath}/client`, {}, () => {})

const definePluginArgs = {
'process.env.GA_ID': JSON.stringify(GA_ID),
Expand Down

0 comments on commit b5b8ff3

Please sign in to comment.