nolanlawson/optimize-js

Add an option to read sourcemap

Open

#5 opened on 2016年9月19日

GitHub で見る
 (9 comments) (15 reactions) (0 assignees)JavaScript (128 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (3,761 stars)
PR merge metrics
 (30d に merged 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,
})

コントリビューターガイド