-
Notifications
You must be signed in to change notification settings - Fork 268
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
babelInclude on a symlink folder does not work #107
Comments
Since It appears that symlinks with Unfortunately I don't know enough about |
Thanks Mark, |
Perfect! That's good to know. Thanks @royair |
Life saver! Only one note for future visitors, it's Thanks so much @royair |
fs.realpathSync indeed! |
i have an external component folder linked to my web project through npm-link.
on my web project i have configured config-override to babel parse the npm-linked folder withe the proper plugin.
this works well when not using npm link and simply downloading from npm
when using npm-link i get errors related to not using "babel/plugin-proposal-class-properties"
tried also replacing:
with
and it didn't help either
i am using:
"react-scripts": "3.0.0",
"customize-cra": "^0.2.14",
The text was updated successfully, but these errors were encountered: