commit | 2df2f24572ceeaea5226686ccb2ef7327ee5a5dd | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Tue Mar 01 22:25:27 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Tue Mar 01 22:50:08 2022 +0100 |
tree | fe2d1719cea199c5c9c7d76b03fbb6c11b3c6bc1 | |
parent | 7f9540d976f8c3494f69b14c5704a61cbb39e120 [diff] |
Use file source maps in production There was a bug in Chrome which prevented the Chrome Dev Tools from loading source map files for extension scripts. This CL changes the webpack configuration file to produce source map files instead of inlining them in scripts directly, since this reduces the built ZIP size by at least 25% and the bug has been fixed in Chrome 99. Fixed: twpowertools:90 Change-Id: I7b31585db0fea2235d963053cbe8f3d3ecc2b4ea
An extension which brings several enhancements to the Google Forums and the Community Console.
For a list of features/enhancements, check out the feature list doc.
This extension is being actively developed, and everyone is welcome to make feature requests, report issues and contribute code changes.
In order to make feature requests or report issues, please do so at the Monorail Issue Tracker:
To see a more exhaustive guide on how to contribute, and information on how to contribute code changes, please read the following doc:
Before releasing updates to the stable channel, the newest versions are uploaded to the beta channel so they can be tested by everyone who's interested. This is another way to contribute to the project, because beta testing can make us notice bugs before they reach the stable channel.
The beta channel for Chrome is available here.