diff options
author | Mark Stacey <markjstacey@gmail.com> | 2019-06-27 22:28:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 22:28:29 +0800 |
commit | b9f69b535fc8c23e2e2a81d7484d0115778ab5dd (patch) | |
tree | f10e174489f7256188547bb991a331f79b2f781d /development/mock-dev.js | |
parent | 59d3a3d312ac32a0aded8fd680634f5e1d739430 (diff) | |
download | tangerine-wallet-browser-b9f69b535fc8c23e2e2a81d7484d0115778ab5dd.tar tangerine-wallet-browser-b9f69b535fc8c23e2e2a81d7484d0115778ab5dd.tar.gz tangerine-wallet-browser-b9f69b535fc8c23e2e2a81d7484d0115778ab5dd.tar.bz2 tangerine-wallet-browser-b9f69b535fc8c23e2e2a81d7484d0115778ab5dd.tar.lz tangerine-wallet-browser-b9f69b535fc8c23e2e2a81d7484d0115778ab5dd.tar.xz tangerine-wallet-browser-b9f69b535fc8c23e2e2a81d7484d0115778ab5dd.tar.zst tangerine-wallet-browser-b9f69b535fc8c23e2e2a81d7484d0115778ab5dd.zip |
Generate complete source maps (#6756)
The source maps generated previously were mapping the bundled files to
the post-Babel files - they weren't showing mapping to the source files
as written.
It looks like this was a result of `reactify` being used in addition to
babel - that transformation must have dropped the source maps.
`reactify` still needs to be listed as a dependency because it is
an unlisted requirement of the `boron` package, which we use. We don't
need to use it to create our bundles though, as Babel already performs
the transformations we need.
Diffstat (limited to 'development/mock-dev.js')
0 files changed, 0 insertions, 0 deletions