Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Comment in the the minified version.

...

Alert
titleJacascript source maps
typeWarning

When we update a library and we use the minified version we need to

  1. create a JavaScript source map if it does not exist you may use a tool like https://github.com/mozilla/source-map
  2. change or add a comment you in the the minified version. You can follow https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map

...