({ baseOnly = false } = {})
| 188 | } |
| 189 | |
| 190 | function getConfig({ baseOnly = false } = {}) { |
| 191 | if (baseOnly) { |
| 192 | // decap-cms build |
| 193 | return baseConfig({ target: 'umd' }); |
| 194 | } |
| 195 | return [baseConfig({ target: 'umd' })]; |
| 196 | } |
| 197 | |
| 198 | module.exports = { |
| 199 | getConfig, |
no test coverage detected