Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sourcemap build errors #3941

Closed
robertknight opened this issue Sep 28, 2016 · 1 comment
Closed

Sourcemap build errors #3941

robertknight opened this issue Sep 28, 2016 · 1 comment

Comments

@robertknight
Copy link
Member

Steps to reproduce

  1. Set the NODE_ENV env var to production
  2. Run gulp build-js

Results

Output: Includes a ton of unexpected warnings:

 ~/h/r/h > set -x NODE_ENV production
 ~/h/r/h > gulp build-js
[08:26:43] Using gulpfile ~/hypothesis/repos/h/gulpfile.js
[08:26:43] Starting 'build-vendor-js'...
[08:26:49] Finished 'build-vendor-js' after 5.88 s
[08:26:49] Starting 'build-js'...
WARN: Couldn't figure out mapping for ?:11,0 → 1,549 []
WARN: Couldn't figure out mapping for ?:11,4 → 1,552 []
WARN: Couldn't figure out mapping for ?:11,32 → 1,561 []
WARN: Couldn't figure out mapping for ?:11,21 → 1,579 []
WARN: Couldn't figure out mapping for ?:11,73 → 1,588 []
WARN: Couldn't figure out mapping for ?:11,53 → 1,604 []
WARN: Couldn't figure out mapping for ?:11,60 → 1,612 []
WARN: Couldn't figure out mapping for ?:11,84 → 1,621 []
WARN: Couldn't figure out mapping for ?:11,94 → 1,630 []

Notes

This may relate to hughsk/uglifyify#56

@leedenison
Copy link

Obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants