Closed
Description
It would be really nice if in webpack version of angular-cli you could set custom path for coverage report, dist, public path, ...etc. I would really like webpack settings would be more customizable.
new CopyWebpackPlugin([{
context: path.resolve(projectRoot, './public'),
from: '**/*',
to: path.resolve(projectRoot, './dist')
}])
Metadata
Metadata
Assignees
Labels
No labels