react配置antd按需加载以及sass配置
2019-08-14 本文已影响0人
本萌妹
1.
npm install antd --save
npm install sass-loader node-sass --save-dev
npm run eject
暴露出配置,webpack配置文件只有webpack.config.js(因为官方脚手架升级了)
2.若是报如下错误:
git add .
git commit -m 'xxx'
npm run eject
git add .
git commit -m 'xxx'
npm run eject