({ format })
| 4 | sourcemap: true, |
| 5 | clean: true, |
| 6 | outExtension({ format }) { |
| 7 | return { |
| 8 | js: format !== 'cjs' ? `.${format}.js` : '.js', |
| 9 | }; |
| 10 | }, |
| 11 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…