UNPKG

436 BJavaScriptView Raw
1// Exports the webpack plugins we use internally.
2
3module.exports = {
4 BaseHrefWebpackPlugin:
5 require('../lib/base-href-webpack/base-href-webpack-plugin').BaseHrefWebpackPlugin,
6 GlobCopyWebpackPlugin: require('../plugins/glob-copy-webpack-plugin').GlobCopyWebpackPlugin,
7 SuppressExtractedTextChunksWebpackPlugin:
8 require('../plugins/suppress-entry-chunks-webpack-plugin')
9 .SuppressExtractedTextChunksWebpackPlugin
10};