2.0.0 (2022-05-01)
- Support nested source maps (8994998)
-
If you used the
outputFile
parameter, move it from the options passed tojoin
to thesourceMap
object inside the options:- concatenator.join({ outputFile: '...', sourceMap: true })
- concatenator.join({ sourceMap: { outputFile: '...' } })
Initial release