We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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', }, ], }