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
According to the source-map upgrading document in mozilla-central:
$ npm install
$ npm run-script build -or- nodejs Makefile.dryice.js (if you have issues with npm)
$ cp dist/source-map.js /path/to/mozilla-central/devtools/shared/sourcemap/source-map.js
$ cp dist/test/* /path/to/mozilla-central/devtools/shared/sourcemap/tests/unit/
Unfortunately, when I checked out latest master, the last command is failing because dist/test/* isn't generated. I took a brief look through the commit messages but couldn't see any obvious reason.
The text was updated successfully, but these errors were encountered:
So I believe this issue is now invalid. The package is meant to be used as is, as a node package and not longer use webpack itself.
If you need to build a bundle you should do that outside of this repo to avoid pulling webpack as a dependency.
According to the source-map upgrading document in mozilla-central:
Unfortunately, when I checked out latest master, the last command is failing because dist/test/* isn't generated. I took a brief look through the commit messages but couldn't see any obvious reason.
The text was updated successfully, but these errors were encountered: