v1.18.1
Features:
-
chore: electron ts template use electron.config.js
chore: electron ts 模版使用
electron.config.js配置 -
feat: support etag in dev server by default
feat: 开发环境默认支持 etag 功能
-
chore: add assets retry plugin
chore: 增加资源重试插件
-
chore(utils): add RULE.JS_DATA_URI to CHAIN_ID
chore(utils): CHAIN_ID 增加 RULE.JS_DATA_URI 值
-
update electron template dep:
@modern-js/plugin-electron升级 electron 模版中的
@modern-js/plugin-electron依赖版本
Bug Fix:
-
fix: the compaire-version throw error make the supportModern error
fix: compaire-version 的抛错导致 supportModern 失败
-
fix: tools.devServer type missing some properties
fix: 修复 tools.devServer 类型定义不完整的问题
-
fix(plugin): incorrect createManager type in TS 4.8
fix(plugin): 修复 createManager 在 TS 4.8 下的类型问题
-
fix: dev server config should be optional
fix: devServer 配置项应该是可选配置的
-
fix: invoke next() in dev-middleware directly if only api
fix: 在 api 服务的情况下,直接调用 next(),不执行 dev-middleware
-
fix: fix MApp can not pass props to microapp and fix closure causes loadable invalid
fix: 修复 MApp 无法传递 props 问题,修复 loadable setstate 闭包问题导致 state 更新异常
-
fix: alias should take precedence over package name
fix: 编译时,别名的优先级应该高于包名
-
fix: fix the problem that the response header cannot be redirected when setting in ssr
fix: 修复在 SSR 中设置响应头却无法重定向的问题
-
fix: ssr bundle should not be compiled by ts-node
fix: ts-node 不应该编译 ssr bundle
-
fix: fix dev server type error
fix: 修复 dev server 中的类型错误
-
fix: use output.publicPath(default) as webpack-dev-middleware publicPath
fix: 使用 output.publicPath 作为 webpack-dev-middleware publicPath