Use global React, ReactDOM, and ReactRouterDOM from unpkg

This commit is contained in:
Michael Jackson
2018-07-10 07:49:35 +10:00
parent aa118eecef
commit 43379bb73d
5 changed files with 28 additions and 4 deletions

View File

@ -1,3 +1,8 @@
{
"presets": ["env", "stage-2", "react"]
"presets": ["env", "stage-2", "react"],
"env": {
"production": {
"plugins": ["transform-react-remove-prop-types"]
}
}
}