Skip to content

Webpack: setting custom paths. #1796

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')
      }])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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