kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Add Autodll plugin and DllReferencePlugin capability #131

Closed moos closed 6 years ago

moos commented 6 years ago

This enables DLL generation using the new autodll-webpack-plugin - implementation is similar to this PR https://github.com/facebook/create-react-app/pull/2710.

I've also added a way to consume DLLs (from autodll or from other repos).