-
Notifications
You must be signed in to change notification settings - Fork 101
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
Error: consumer.computeColumnSpans is not a function #190
Comments
I ran into this too - this seems to be a bug in the latest released version of the |
The "lastest released" version of Bumping to
Downgrade to
Down to
I will try to "just parse" my source-maps using |
Yea unfortunately shadow-cljs generates partially invalid source maps. Try passing |
How can I know more info about who invalid these source-maps are? |
Description
I get non-descriptive error when I try to generate.
Steps to reproduce
git clone https://github.com/souenzzo/eql-realworld-example-app && cd eql-realworld-example-app
git checkout 7c167137e0a080d8ea27b5ec84ede8bc038326a4
npx [email protected] conduit/*.js
Files to reproduce
Included on steps
Expected behavior
I expected an output
Environment
[email protected]
Additional context
This bundle is a
clojurescript
bundle generated viashadow-cljs
, that do some tricks to makenode_modules
work withclosure-compiler
inadvanced
mode.The text was updated successfully, but these errors were encountered: