Releases: webpack/webpack-sources
Releases · webpack/webpack-sources
v3.2.2
Bugfixes
- Source Code is splitted into lines via custom code instead of using a RegExp
- In weird edge cases the RegExp caused a Stack Overflow
v3.2.1
Bugfixes
RawSources
with Buffers can now be concatenated with ConcatSource
- Source Code is splitted into lines via custom code instead of using a RegExp
- In weird edge cases the RegExp caused a Stack Overflow
v3.2.0
Performance
- add
SourceMapSource.buffer
for better performance
- more efficient serialization of source mappings
Bugfix
- avoid crashing when trying to compare the name with the original source, but there is no
sourcesContent
in SourceMap
v3.1.2
Bugfix
- improve handling of invalid mappings (like zero sized or negative)
v3.1.0
Bugfix
- improve handling of null sources and sourceContents
Performance
- faster streaming when only lines are mapped
v3.0.4
Bugfix
- fix invalid mappings when multiple lines with multiple chunks are replaced
v3.0.3
Bugfix
- restore backward-compat format for storing end position of replacements
v3.0.2
Bugfix
- fix incorrect offset sign when doing replacements
v3.0.1
Bugfixes
- fix ConcatSource off-by-1 bug