unpkg/modules/client/.babelrc
Michael Jackson 09914c1db4 Server render the main page
Also, add hashes to asset file names and use the "entry manifest" plugin
in dev to get auto-reloading.
2019-01-12 19:27:28 -08:00

10 lines
168 B
Plaintext

{
"presets": [
["@babel/env", { "loose": true }],
"@babel/react"
],
"plugins": [
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}