创建反应应用程序 material-ui build
create-react-app material-ui build
我正在使用 create-react-app 和 material-ui@next
在我 运行 yarn build 之后我得到了错误
Failed to minify the code from this file:
./node_modules/material-ui/es/Typography/Typography.js
Read more here: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify
如何解决这个错误
运行
npx babel node_modules\material-ui --out-dir node_modules\material-ui --presets=env,react
之前
yarn build
我正在使用 create-react-app 和 material-ui@next
在我 运行 yarn build 之后我得到了错误
Failed to minify the code from this file:
./node_modules/material-ui/es/Typography/Typography.js
Read more here: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify
如何解决这个错误
运行
npx babel node_modules\material-ui --out-dir node_modules\material-ui --presets=env,react
之前
yarn build