fune/devtools/client/shared/source-map
Julian Descottes 28807d5a6e Bug 1676427 - [devtools] Remove whitespace added by the webpack Banner plugin r=nchevobbe
Depends on D125943

The Banner including the license text was introducing a white space which fails some of our linters.
The existing js files which are using the Banner plugin are probably skipped by the whitespace linter, but vendors.css is not.

The whitespace is removed in the string passed to the Banner plugin in webpack.config.js.
The rest of the diff comes from running `node devtools/client/debugger/bin/bundle.js`

Differential Revision: https://phabricator.services.mozilla.com/D125969
2021-09-17 15:55:12 +00:00
..
assets
index.js Bug 1676427 - [devtools] Remove whitespace added by the webpack Banner plugin r=nchevobbe 2021-09-17 15:55:12 +00:00
moz.build
README
worker.js Bug 1676427 - [devtools] Remove whitespace added by the webpack Banner plugin r=nchevobbe 2021-09-17 15:55:12 +00:00

devtools-source-map is maintained on GitHub at:

https://github.com/firefox-devtools/debugger.html/tree/master/packages/devtools-source-map

All the files in this folder are copied from the above repository and
should not be modified here.

For any issue or feature request on devtools-source-map, please log an issue at:

https://github.com/firefox-devtools/debugger.html/issues

and label it with "devtools-source-map".