[web] Failed to compile - Unknown helper createSuper
See original GitHub issue🐛 Bug Report
Environment
Expo CLI 3.13.8 environment info: System: OS: macOS 10.15.2 Shell: 3.2.57 - /bin/bash Binaries: Node: 10.15.3 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.13.7 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman IDEs: Android Studio: 3.4 AI-183.6156.11.34.5522156 Xcode: 11.3/11C29 - /usr/bin/xcodebuild npmPackages: expo: ~36.0.0 => 36.0.2 react: ~16.9.0 => 16.9.0 react-native: https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz => 0.61.4 npmGlobalPackages: expo-cli: 3.13.8
Target: web
Steps to Reproduce
Run expo init <yourProjectName> and npm run web inside <yourProjectName> directory.
Expected Behavior
Run the app for web.
Actual Behavior
I get ‘Failed to compile’ error, like here:

NOTE THAT IT WORKS ON ANDROID & IOS.
Reproducible Demo
Issue Analytics
- State:
 - Created 4 years ago
 - Comments:12 (6 by maintainers)
 
Top Results From Across the Web
Failed to compile React Native Web - Stack Overflow
In my project - not react-native at all - the same error started popping up yesterday. It seems to be related to babel-loader@8.1.0...
Read more >Compiler assumptions - Babel.js
When compiling ESM to CJS, Babel defines a __esModule property on the module.exports object. Assume that you never iterate over the keys of...
Read more >@babel/helper-compilation-targets | Yarn - Package Manager
Intro. Babel is a tool that helps you write code in the latest version of JavaScript. When your supported environments don't support certain...
Read more >Help - vRealize Operations 8.4 - VMware Docs
vSphere clusters in an attempt to isolate nodes or build failure zones. ... Displays the online, offline, or unknown state of the.
Read more >Using AMQ Streams on OpenShift Red Hat AMQ 2021.q3
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Same here, waiting for a solution…
https://github.com/babel/babel/pull/11298