Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 564 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 564 Bytes

2.0.0 (2022-05-01)

Features

  • Support nested source maps (8994998)

BREAKING CHANGES

  • If you used the outputFile parameter, move it from the options passed to join to the sourceMap object inside the options:

    • concatenator.join({ outputFile: '...', sourceMap: true })
    • concatenator.join({ sourceMap: { outputFile: '...' } })

1.0.0 (2022-04-30)

Initial release