-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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 externals #780
Comments
Not currently, and this particular feature is unlikely to be added.
|
Makes sense, thanks :) |
@gaearon In our case, we use react and redux from a CDN, because our product is used everyday by the same users and we like to benefit from caching our main dependencies. |
Not currently, but please follow #2758. |
Is there an easy way to add external dependencies to create-react-app without ejecting?
I'm including a google analytics script in the header of
index.html
. Currently I'm modifying the webpack scripts inreact-scripts
innode_modules
to add the external dep so I can access thega
function in my app to send events.The text was updated successfully, but these errors were encountered: