codesandbox/codesandbox-client

Unexpected token

Closed this issue · 3 comments

It looks like codesandbox does not use our version of react-scripts.

Description of the problem

We have a react-native example want render it to the web platform use react-native-web. it works
well on local computer but after uploaded to codesandbox it fails to at Transpiling node_modules files.

We use a custom react-scripts which support transpiling files under node_modules. The problem was what's the difference between local env and codesandbox? does codesandbox allow us transpiling node_modules's files.

How has this issue affected you? What are you trying to accomplish?

Link to sandbox: link (optional)

Your Environment

Software Name/Version
Сodesandbox https://codesandbox.io/s/8nrznvjl2?from-embed
Browser Chrome
Operating System macOS

Fixed this just now! Will be live within an hour.

Thanks