Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 803 Bytes

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 803 Bytes

Changelog

1.2.4 (2018-12-14)

Fixed

  • Handle missing asset when source map is not written to disk (#23, fixes #18)

1.2.3 (2018-12-04)

Added

  • Retry on failed requests (via dependency bump) (#21)

1.2.2 (2018-06-27)

Added

  • Support multiple maps per chunk (#14)

1.2.1 (2018-06-25)

Fixed

  • Tolerate leading slashes in chunk names (supports use with laravel-mix) (#12)

1.2.0 (2018-06-15)

This version uses feature detection to decide which Webpack APIs to use, making this change backwards compatible with Webpack v3.

1.1.1 (2018-03-15)

Fixed

  • fix(source-map-uploader): Only find corresponding source if a map file was found (#4)

1.1.0 (2018-02-21)

Added

  • Added BugsnagSourceMapUploaderPlugin (#1)

1.0.0 (2018-01-15)

Initial release 🚀