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
Parcel build is failing with no errors, if you look at the screenshot below you can see that the last stage the build process got to was Building runtime-b26d016a60e99e5f.js....
When I add --log-level verbose, then I can see tree-shaking warnings but no error.
The warnings point to the docs which mention 'bail outs' but I don't think this is the kind of bail out the docs are talking about.
Does anyone know what could be causing this issue?
🐛 bug report
Parcel build is failing with no errors, if you look at the screenshot below you can see that the last stage the build process got to was
Building runtime-b26d016a60e99e5f.js...
.When I add
--log-level verbose
, then I can see tree-shaking warnings but no error.The warnings point to the docs which mention 'bail outs' but I don't think this is the kind of bail out the docs are talking about.
Does anyone know what could be causing this issue?
🎛 Configuration (.babelrc, package.json, cli command)
package.json
tsconfig
.parcelrc
.terserrc
🤔 Expected Behavior
Just work.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: