You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if you could add support for JS sourcemaps as well. Like the "minified" report, we could check filepath.match(/\.map\./g files and add sizes to a new row (optional).
This would help to analyse the sourcemap build process. E.g. whether they are:
inlined in the src *.js file
inlined in the src *.js.map file
reference to src *.js in *.js.map file e.g. build.js.map:
Very nice tool! ❤️
It would be awesome if you could add support for JS sourcemaps as well. Like the "minified" report, we could check
filepath.match(/\.map\./g
files and add sizes to a new row (optional).This would help to analyse the sourcemap build process. E.g. whether they are:
inlined in the src
*.js
fileinlined in the src
*.js.map
filereference to src
*.js
in*.js.map
file e.g.build.js.map
:There are some other options as well. But I guess there are the mainly used options.
The text was updated successfully, but these errors were encountered: