-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Parcel cannot build vega-lite #7099
Comments
I would say this situation of using I guess we should should emphasize this in the warning when using |
Yes, it did work (I removed the babel config completely). We have run into a few other issues using As a work around I mentioned we can use the I would still consider this a bug as I imagine others could hit snags like this when upgrading to v2, but of course up to y'all on how supported |
Did you open/find existing Github issues for them? I didn't even know that there were any problems. There isn't anything we can do about |
I am hitting similar, trying to trace what isn't found. |
I ran into the same issue, and I couldn't figure out a way out (outside of --no-minify or --no-optimize). |
Related: #8467, microsoft/TypeScript#50761 |
🐛 bug report
Parcel cannot build vega-lite without errors.
🎛 Configuration (.babelrc, package.json, cli command)
See: https://github.com/ross-pfahler/parcel-2-demos/blob/vega-lite-bug/babel.config.json
🤔 Expected Behavior
Vega lite should be built.
😯 Current Behavior
I believe the error is coming from: https://github.com/vega/vega-lite/blob/master/src/log/index.ts#L5-L6
💁 Possible Solution
Not sure of solution; there is a work around using an alias to alias to the es5 build for now (eg
"vega-lite": "vega-lite/build/vega-lite.js"
)🔦 Context
Trying to build a project with vega lite.
💻 Code Sample
https://github.com/ross-pfahler/parcel-2-demos/tree/vega-lite-bug.
To reproduce:
🌍 Your Environment
The text was updated successfully, but these errors were encountered: