Still, here's the output I get if I try to make a build:
Creating an optimized production build...
Failed to compile.
Failed to minify the bundle. Error: static/js/main.531ae0c8.js from UglifyJs
Unexpected token: name (Tensor) [static/js/main.531ae0c8.js:734,6]
Any idea what might be causing this?
If it helps, my project is based of create-react-app.
I have read the docs, and made sure that my webpack Uglify entry looks like this:
Still, here's the output I get if I try to make a build:
Any idea what might be causing this?
If it helps, my project is based of
create-react-app
.