MCPcopy Create free account
hub / github.com/decaporg/decap-cms / getConfig

Function getConfig

scripts/webpack.js:167–173  ·  view source on GitHub ↗
({ baseOnly = false } = {})

Source from the content-addressed store, hash-verified

165}
166
167function getConfig({ baseOnly = false } = {}) {
168 if (baseOnly) {
169 // decap-cms build
170 return baseConfig({ target: 'umd' });
171 }
172 return [baseConfig({ target: 'umd' })];
173}
174
175module.exports = {
176 getConfig,

Callers 15

webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85
webpack.config.jsFile · 0.85

Calls 1

baseConfigFunction · 0.85

Tested by

no test coverage detected