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 have a project on github https://github.com/edkalina/jsx-decorator-sandbox. It is ejected creater-react-app project with replaced babel config (It doesn't use create-react-app preset). Also it has patched babel packages in dependencies, specified this way:
Locally it works as expected: patched babel packages are installed and project builds correctly.
But after importing it to codesandbox I can see parsing errors (looks like original babel was used).
Is it a bug? Is my case unsupported?
The text was updated successfully, but these errors were encountered:
I have a project on github https://github.com/edkalina/jsx-decorator-sandbox. It is ejected creater-react-app project with replaced babel config (It doesn't use create-react-app preset). Also it has patched babel packages in dependencies, specified this way:
Locally it works as expected: patched babel packages are installed and project builds correctly.
But after importing it to codesandbox I can see parsing errors (looks like original babel was used).
Is it a bug? Is my case unsupported?
The text was updated successfully, but these errors were encountered: