Skip to content

Include webpack plugin #2342

Closed
Closed
@daniele-zurico

Description

@daniele-zurico

Versions:
angular-cli: 1.0.0-beta.15
node: 5.1.0
os: darwin x64

Is possible to install some plugin for webpack and include it?
One example is

// webpack.config.js
module: {
  loaders: [
    {
      test: /\.yaml$/,
      include: path.resolve('data'),
      loader: 'yaml',
    },
  ],
}

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