(config)
| 68 | } |
| 69 | |
| 70 | function applySingleBundleOutput(config) { |
| 71 | config.optimization = { |
| 72 | ...(config.optimization || {}), |
| 73 | splitChunks: false, |
| 74 | runtimeChunk: false, |
| 75 | }; |
| 76 | config.performance = { ...(config.performance || {}), hints: false }; |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Provenance banner prepended to a built plugin bundle. A BannerPlugin banner |