-
-
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
stdout maxBuffer exceeded with Rust #1573
Comments
If you use stdweb or wasm-bindgen, you can avoid this bug by using parcel-plugin-cargo-web or parcel-plugin-wasm.rs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. |
I'm still getting this |
the main cause of the error I can think of three solutions:
Setting |
We're running into parcel-bundler/parcel#1573 so switch back to webpack.
We're running into parcel-bundler/parcel#1573 so switch back to webpack.
🐛 bug report
🎛 Configuration (.babelrc, package.json, cli command)
No
.babelrc
, usingparcel serve --no-hmr src/index.html
(vianpm run serve
).🤔 Expected Behavior
Ideally it'd compile :P
😯 Current Behavior
When trying to build a Rust project, I get
stdout maxBuffer exceeded
:💻 Code Sample
index.js
:The Rust code is unchanged from this commit.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: