Files
unpkg/server/client/.babelrc
Michael Jackson 135da0fdc5 Server render auto-index pages
Also, load the autoIndex bundle on the client so we can use React
instead of using an inline script.
2018-07-31 10:07:27 -07:00

9 lines
142 B
Plaintext

{
"presets": ["env", "stage-2", "react"],
"env": {
"production": {
"plugins": ["transform-react-remove-prop-types"]
}
}
}