1
0
Fork 0
firefox/devtools/client/debugger/test/mochitest/examples/sourcemaps-reload-uncompressed
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
v1 Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
v2 Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
v3 Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
package.json Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

Steps to Rebuild

  1. make changes to files within v1, v2, v3,... folders (update package.json if you add more folders/versions)
  2. run yarn to install webpack & babel
  3. run yarn run pack
  4. also go rebuild bundles in ../sourcemaps-reload-compressed/

There are two distinct source folders as their package.json file is different. They use different webpack/babel versions. This also allows to detect the webpack version from webpack.config.js and use different settings in order to compress or not.