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