enhancementhelp wanted
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,
})
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,
})