enhancementhelp wanted
Repository-Metriken
- Stars
- (3.761 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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,
})