enhancementhelp wanted
Metriche repository
- Star
- (3761 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Adding an option to access the source map would ease the integration with build tools. e.g.:
const {code, map} = optimizeJs(input, {
sourceMap: true,
extractSourceMap: true,
})