• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






不坠青云之志

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2020年5月6日

react配置less步骤
摘要: react配置less react官方标准脚手架中不支持less 1.需要将配置抛出 2.在webpack.config.js中更改配置 a。const lessRegex = /\.less$/; const lessModuleRegex = /\.module\.less$/; b。 getS 阅读全文
posted @ 2020-05-06 22:00 不坠青云之志 阅读(1281) 评论(0) 推荐(0)
 
react配置less后浏览器报错npm install @babel/core @babel/preset-env node_modules\webpack\hot\dev-server.js: Cannot find module '@babel/helper-create-regexp-features-plugin'
摘要: 安装依赖即可 yarn add @babel/core @babel/preset-env 阅读全文
posted @ 2020-05-06 21:47 不坠青云之志 阅读(1587) 评论(0) 推荐(0)