1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/development/build
Mark Stacey a69245d9ba
Improve source maps (#9101)
Our source maps were being corrupted during minification, because the
`gulp-terser-js` plugin we were using didn't account for the existence
of sourcemaps in the input. A configuration option to allow the input
of sourcemaps was added in v5.2.0. The plugin has been updated, and we
now use this option.

Previously the generated sourcemaps had an invalid entry in the
"sources" array, with the filename of the bundle itself. This was not a
real source. After this change, this invalid source is no longer
present.
2020-07-29 17:31:01 -03:00
..
display.js Fix words (#9038) 2020-07-20 14:32:49 -02:30
etc.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
index.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
manifest.js Build system refactor (#8140) 2020-03-09 08:55:02 +08:00
scripts.js Improve source maps (#9101) 2020-07-29 17:31:01 -03:00
static.js Include relative time polyfill locale data (#8896) 2020-07-02 21:34:48 -03:00
styles.js Build system refactor (#8140) 2020-03-09 08:55:02 +08:00
task.js Build system refactor (#8140) 2020-03-09 08:55:02 +08:00