react打包less样式没渲染

来源:互联网 发布:python运维流程系统 编辑:程序博客网 时间:2024/05/22 02:18

找到webpack.config.prod.js

在loaders增加

{  test: /\.less$/,  loader: ExtractTextPlugin.extract('style', 'css!less')},