Hans Larsen 7ac0d05626
feat(@angular/cli): eject command
The command will generate a webpack.config.js and will add scripts to the package.json.
2017-02-16 16:52:02 -08:00

11 lines
436 B
JavaScript

// Exports the webpack plugins we use internally.
module.exports = {
BaseHrefWebpackPlugin:
require('../lib/base-href-webpack/base-href-webpack-plugin').BaseHrefWebpackPlugin,
GlobCopyWebpackPlugin: require('../plugins/glob-copy-webpack-plugin').GlobCopyWebpackPlugin,
SuppressExtractedTextChunksWebpackPlugin:
require('../plugins/suppress-entry-chunks-webpack-plugin')
.SuppressExtractedTextChunksWebpackPlugin
};