enhancementhelp wanted
Métriques du dépôt
- Stars
- (3 761 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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,
})