Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev dependencies was not installed as expected #51

Open
edkalina opened this issue Jul 19, 2019 · 0 comments
Open

Dev dependencies was not installed as expected #51

edkalina opened this issue Jul 19, 2019 · 0 comments

Comments

@edkalina
Copy link

edkalina commented Jul 19, 2019

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:

{
    "@babel/helper-builder-react-jsx": "https://github.com/edkalina/babel#babel-helper-builder-react-jsx",
    "@babel/parser": "https://github.com/edkalina/babel#babel-parser"
}

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant