Skip to content

Webpack: setting custom paths. #1796

Closed
Closed
@urosjarc

Description

@urosjarc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions