-
Notifications
You must be signed in to change notification settings - Fork 649
Closed
Description
Currently, releases in the /dist
folder contain only the production/minified version.
It would be very useful for those who organize peer dependencies and include them externally (instead of bundling everything together) to have pathways for local development and production. Specifically, being able to use project build tools to include the distribution of React-transition-group in dev mode alongside the current dev React setup.
When using the minified /dist version in combination with the development React suite, errors result:
react.js:3287 Warning: Failed prop type: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.
in CSSTransitionGroup (created by AppComponent)
Using production react-transition-group with production react suite results in no errors.
So again, when building /dist it would be nice to include 2 files:
react-transition-group.js
- Development/un-minifiedreact-transition-group.min.js
- Production/minified
Metadata
Metadata
Assignees
Labels
No labels