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

Commit

Permalink
fix: Project Template: /dist folder is not cleaned on build
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Jul 4, 2018
1 parent b39084c commit b9a1db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/project-app/template/config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {
},

plugins: [
new CleanWebpackPlugin([outputPath])
new CleanWebpackPlugin([outputPath], { allowExternal: true })
,new AngularCompilerPlugin({
tsConfigPath: './tsconfig.json',
})
Expand Down

0 comments on commit b9a1db9

Please sign in to comment.