mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
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.
This commit is contained in:
parent
59d3a3d312
commit
b9f69b535f
@ -48,7 +48,6 @@
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"babelify",
|
||||
"reactify",
|
||||
"brfs"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user