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

Function getConfig

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

Source from the content-addressed store, hash-verified

188}
189
190function getConfig({ baseOnly = false } = {}) {
191 if (baseOnly) {
192 // decap-cms build
193 return baseConfig({ target: 'umd' });
194 }
195 return [baseConfig({ target: 'umd' })];
196}
197
198module.exports = {
199 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