Skip to content

v1.2.5

Choose a tag to compare

@caohuilin caohuilin released this 04 Mar 08:49
· 6780 commits to main since this release
d657824
  • 调整插件机制实现,在项目中显示安装 @jupiter/core 包,修复隐式依赖问题
  • @modern-js/create 初始化项目增加 modern.config.ts 或 modern.config.js 文件(模块工程方案暂时都只提供 modern.config.js 文件)
  • @modern-js/create 包管理工具选项支持 npm(monorepo 不支持)
  • 删除 @modern-js/create .editorConfig 文件,使用 .prettierrc 代替
  • 调整模块工程方案 tests 目录结构,解决多个 modern-app-env.d.ts 文件问题
  • bff 模式下允许用于使用 404 错误码
  • 修复 unbundle 模式下 bff 报错问题
  • 修复 UserConfig 中缺少 tools.tailwindcss、tools.sass、tools.less 类型
  • 在 unbundle 模式下支持 svg/proxy/multi-version
  • 删除 case-sensetive-webpack-plugin 插件,提高编译速度