mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
11 lines
436 B
JavaScript
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
|
|
};
|