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
Source maps are not being produced as this was causing performance issues and added an extra layer of complexity to an experimental feature we’d like to make stable first.
About the react issue I think it has already been reported
🐛 bug report
When using the following command:
parcel build index.html --experimental-scope-hoisting --detailed-report --public-url ./
No source maps are produced and react doesn't work:
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
It should generate source maps and define React
😯 Current Behavior
No source maps are produced and react doesn't work.
💁 Possible Solution
🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: