MCPcopy
hub / github.com/nhn/tui.editor / addAnalyzerPlugin

Function addAnalyzerPlugin

apps/editor/webpack.config.js:62–69  ·  view source on GitHub ↗
(config, type)

Source from the content-addressed store, hash-verified

60}
61
62function 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
71function setDevelopConfig(config) {
72 // check in examples

Callers 2

setProductionConfigFunction · 0.85

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected