mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
10
lib/config/webpack.bundle-check.js
Normal file
10
lib/config/webpack.bundle-check.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const webpackMerge = require('webpack-merge');
|
||||
const webpackBuild = require('./webpack.build.js');
|
||||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||
|
||||
module.exports = webpackMerge(webpackBuild, {
|
||||
|
||||
plugins: [
|
||||
new BundleAnalyzerPlugin()
|
||||
]
|
||||
});
|
Reference in New Issue
Block a user