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
I made a demonstration repo -- https://github.com/nichoth/breact/blob/broke/src/index.js . This is the branch that uses esmify + babelify, & it doesn't work. The only difference between it and the main branch is that this one uses import, and the other uses require
Running the build script return this error:
SyntaxError: /Users/nick/code/breact/src/index.js: Support for the experimental syntax 'jsx' isn't currently enabled (7:12):
The main branch uses require statements instead of import, and it works.
The text was updated successfully, but these errors were encountered:
Not sure which project to file this bug under.
I made a demonstration repo -- https://github.com/nichoth/breact/blob/broke/src/index.js . This is the branch that uses esmify + babelify, & it doesn't work. The only difference between it and the main branch is that this one uses
import
, and the other usesrequire
Running the build script return this error:
The
main
branch usesrequire
statements instead ofimport
, and it works.The text was updated successfully, but these errors were encountered: