@angular/cli
Version:
CLI tool for Angular
11 lines (9 loc) • 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
};