MCPcopy
hub / github.com/vuejs/core / createProductionConfig

Function createProductionConfig

rollup.config.js:355–360  ·  view source on GitHub ↗
(/** @type {PackageFormat} */ format)

Source from the content-addressed store, hash-verified

353}
354
355function createProductionConfig(/** @type {PackageFormat} */ format) {
356 return createConfig(format, {
357 file: resolve(`dist/${name}.${format}.prod.js`),
358 format: outputConfigs[format].format,
359 })
360}
361
362function createMinifiedConfig(/** @type {PackageFormat} */ format) {
363 return createConfig(

Callers 1

rollup.config.jsFile · 0.85

Calls 2

createConfigFunction · 0.85
resolveFunction · 0.70

Tested by

no test coverage detected