Authenticator-Extension / Authenticator-Extension/Authenticator
Change source code map setting in webpack
Open
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
As of the latest release, file sizes in dist are:
```
76K argon.js
200K argon.js.map
896K background.js
3.2M background.js.map
48K content.js
60K content.js.map
960K import.js
3.6M import.js.map
80K options.js
380K options.js.map
956K popup.js
3.5M popup.js.map
4.0K qrdebug.js
12K qrdebug.js.map
```
It seems a bit unnecessary to keep ~10M worth of source maps in a production version. We should investigate different source map types.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.