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

Function getConfig

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

Source from the content-addressed store, hash-verified

169}
170
171function getConfig({ baseOnly = false } = {}) {
172 if (baseOnly) {
173 // decap-cms build
174 return baseConfig({ target: 'umd' });
175 }
176 return [baseConfig({ target: 'umd' })];
177}
178
179module.exports = {
180 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