Also, add hashes to asset file names and use the "entry manifest" plugin in dev to get auto-reloading.
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/env", { "loose": true }],
|
|
"@babel/react"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-class-properties", { "loose": true }]
|
|
]
|
|
}
|