enhancementhelp wanted
仓库指标
- Star
- (3,761 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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,
})