Nov 5 · 1 min read
I made the following 2 change to make it work,
In 2.1 — step 4 (installing Babel)
Run the command
npm I -D babel-loader@8 @babel/core @babel/preset-env @babel/preset-react
In 3.1 — Configuring Babel
Update Content
{
“presets”: [
“@babel/preset-env”,
“@babel/preset-react”
]
}
