MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / applySingleBundleOutput

Function applySingleBundleOutput

dashboard/build.shared.mjs:70–77  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

68}
69
70function 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

Callers 1

rspackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected