(config, type)
| 60 | } |
| 61 | |
| 62 | function addAnalyzerPlugin(config, type) { |
| 63 | config.plugins.push( |
| 64 | new BundleAnalyzerPlugin({ |
| 65 | analyzerMode: 'static', |
| 66 | reportFilename: `../../report/webpack/stats-${pkg.version}-${type}.html`, |
| 67 | }) |
| 68 | ); |
| 69 | } |
| 70 | |
| 71 | function setDevelopConfig(config) { |
| 72 | // check in examples |
no test coverage detected