Changes between Initial Version and Version 1 of Ticket #33353, comment 5
- Timestamp:
- Jan 6, 2022, 8:31:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33353, comment 5
initial v1 2 2 > As far as I'm aware, if you use 3rd-party libraries which have JavaScript source map references then you should also have them. A minified JavaScript file shouldn't contain source map references if `map` is not provided by the vendor. I hope that makes sense. 3 3 4 Although this makes sense, it is not reality. One has no control over source of third party packages, which do often do not include the source maps, e.g. `django-json-widget`.4 Although this makes sense, and they "should", it does not mean that they do. One has no control over source of third party packages, which do often do not include the source maps, e.g. `django-json-widget`. This is a breaking change.