Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

fix: minified umd build without prop-types #94

Closed
wants to merge 1 commit into from

Conversation

Justkant
Copy link
Contributor

Fix #80

I had a hard time finding that the cross-env usage for the minified version was one of the problems.

cross-env NODE_ENV=production && cross-env TARGET=minify webpack is not setting NODE_ENV for webpack

cross-env NODE_ENV=production TARGET=minify webpack is the proper way to use cross-env

@Justkant
Copy link
Contributor Author

Just rebased on master to remove all conflicts

@FezVrasta
Copy link
Member

Sorry I'm closing this in favor of #109

@FezVrasta FezVrasta closed this Mar 23, 2018
@Justkant Justkant deleted the fix/umd-prod branch March 24, 2018 09:51
@Justkant
Copy link
Contributor Author

No problem, nice to see rollup in use here ✌️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants