Changes between Version 1 and Version 2 of Ticket #33353, comment 5


Ignore:
Timestamp:
Jan 6, 2022, 8:34:53 AM (3 years ago)
Author:
Michael

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33353, comment 5

    v1 v2  
    22> 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.
    33
    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.
     4Although 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, see: https://github.com/jmrivas86/django-json-widget/issues/63
Back to Top