-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
webpack import not working with create-react-app #685
Comments
Same problem here (I'm using ReactJS's create-react-app utility to create my project, I'm not using Webpack). Any solution? |
@alide create-react-app uses webpack you just can't see it until you eject, which then allows you to see the webpack configuration files. For anyone needing a work around:
Double dependency issues caused by this:
|
hey @yougotashovel i followed this step but still get some error Any solution ? |
With this PR you dont have to |
@wisnuprayoga Did you ever figure this out? Ran into this issue. |
yups i just follow @yougotashovel instruction and it works |
@yougotashovel I've ejected from create-react-app Does anyone know where they are located? |
I found it: Although I don't see |
Trying to use GSAP plugin with ScrollMagic in webpack. ScrollMagic works fine on its own, can't get the plugins to work.
Have tried a few variations of the above, no luck yet.
Here's the current error:
Anybody know why? Thanks
The text was updated successfully, but these errors were encountered: