diff --git a/CHANGELOG.md b/CHANGELOG.md index c4309381..47a67fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,64 @@ +## [3.4.7](https://github.com/WeBankFinTech/fes.js/compare/v3.4.5...v3.4.7) (2024-12-01) + + +### Bug Fixes + +* 代理插件兼容 array 写法 ([#260](https://github.com/WeBankFinTech/fes.js/issues/260)) ([7c01ee9](https://github.com/WeBankFinTech/fes.js/commit/7c01ee979e0776101c0f00bebca8a283d48cef6e)) +* 受控模式优化 ([#262](https://github.com/WeBankFinTech/fes.js/issues/262)) ([4d28a09](https://github.com/WeBankFinTech/fes.js/commit/4d28a09c85ff1d140ffbc086b7ca6f24e02c6a4f)) +* 修复pc模版无法启动问题 ([#261](https://github.com/WeBankFinTech/fes.js/issues/261)) ([b1ea675](https://github.com/WeBankFinTech/fes.js/commit/b1ea675f40b158266c28bcc7fedfd3eabba9f38c)) + + +### Features + +* 添加 console 配置,支持输出 version ([#263](https://github.com/WeBankFinTech/fes.js/issues/263)) ([c7ad0cd](https://github.com/WeBankFinTech/fes.js/commit/c7ad0cd8062d50519e3aea7ca957320967d41d41)) +* webpack-dev 升级到5.x,提升 dev 性能,优化日志输出 ([#259](https://github.com/WeBankFinTech/fes.js/issues/259)) ([efd8708](https://github.com/WeBankFinTech/fes.js/commit/efd87087522cd2dce6b5dc89fbe93ef46efd08bf)) + + + +## [3.4.6](https://github.com/WeBankFinTech/fes.js/compare/v3.4.5...v3.4.6) (2024-11-28) + + +### Bug Fixes + +* 代理插件兼容 array 写法 ([#260](https://github.com/WeBankFinTech/fes.js/issues/260)) ([7c01ee9](https://github.com/WeBankFinTech/fes.js/commit/7c01ee979e0776101c0f00bebca8a283d48cef6e)) +* 受控模式优化 ([#262](https://github.com/WeBankFinTech/fes.js/issues/262)) ([4d28a09](https://github.com/WeBankFinTech/fes.js/commit/4d28a09c85ff1d140ffbc086b7ca6f24e02c6a4f)) +* 修复pc模版无法启动问题 ([#261](https://github.com/WeBankFinTech/fes.js/issues/261)) ([b1ea675](https://github.com/WeBankFinTech/fes.js/commit/b1ea675f40b158266c28bcc7fedfd3eabba9f38c)) + + +### Features + +* webpack-dev 升级到5.x,提升 dev 性能,优化日志输出 ([#259](https://github.com/WeBankFinTech/fes.js/issues/259)) ([efd8708](https://github.com/WeBankFinTech/fes.js/commit/efd87087522cd2dce6b5dc89fbe93ef46efd08bf)) + + + +## [3.4.5](https://github.com/WeBankFinTech/fes.js/compare/v3.4.3...v3.4.5) (2024-11-19) + + +### Bug Fixes + +* 控制 tab 是否可以刷新 ([#257](https://github.com/WeBankFinTech/fes.js/issues/257)) ([4b3fb7b](https://github.com/WeBankFinTech/fes.js/commit/4b3fb7b3d120a36eb894b47a7c08267888b53c15)) + + +### Features + +* menu 支持配置 _blank 在新页面打开 ([#258](https://github.com/WeBankFinTech/fes.js/issues/258)) ([eb6ed75](https://github.com/WeBankFinTech/fes.js/commit/eb6ed75dd45bea746b2dac339f2c2aae5b361b66)) + + + +## [3.4.4](https://github.com/WeBankFinTech/fes.js/compare/v3.4.3...v3.4.4) (2024-11-19) + + +### Bug Fixes + +* 控制 tab 是否可以刷新 ([#257](https://github.com/WeBankFinTech/fes.js/issues/257)) ([4b3fb7b](https://github.com/WeBankFinTech/fes.js/commit/4b3fb7b3d120a36eb894b47a7c08267888b53c15)) + + +### Features + +* menu 支持配置 _blank 在新页面打开 ([#258](https://github.com/WeBankFinTech/fes.js/issues/258)) ([eb6ed75](https://github.com/WeBankFinTech/fes.js/commit/eb6ed75dd45bea746b2dac339f2c2aae5b361b66)) + + + ## [3.4.3](https://github.com/WeBankFinTech/fes.js/compare/v3.4.2...v3.4.3) (2024-11-12) diff --git a/docs/.vitepress/configs/sidebar/zh.ts b/docs/.vitepress/configs/sidebar/zh.ts index 764978c8..46cf8e82 100644 --- a/docs/.vitepress/configs/sidebar/zh.ts +++ b/docs/.vitepress/configs/sidebar/zh.ts @@ -1,4 +1,3 @@ - export const zh = { '/guide/': [ { @@ -6,12 +5,12 @@ export const zh = { items: [ { text: '介绍', - link: '/guide/index.md' + link: '/guide/index.md', }, { text: '快速上手', - link: '/guide/getting-started.md' - } + link: '/guide/getting-started.md', + }, ], }, { @@ -19,35 +18,44 @@ export const zh = { items: [ { text: '目录结构', - link: '/guide/directory-structure.md' - },{ + link: '/guide/directory-structure.md', + }, + { text: 'Vite 和 Webpack 双构建', - link: '/guide/builder.md' - },{ + link: '/guide/builder.md', + }, + { text: '编译时配置', - link: '/guide/config.md' - },{ + link: '/guide/config.md', + }, + { text: '运行时配置', - link: '/guide/runtime-config.md' - },{ + link: '/guide/runtime-config.md', + }, + { text: '环境变量', - link: '/guide/env.md' - },{ + link: '/guide/env.md', + }, + { text: '路由', - link: '/guide/route.md' - },{ + link: '/guide/route.md', + }, + { text: '插件', - link: '/guide/plugin.md' - },{ + link: '/guide/plugin.md', + }, + { text: 'HTML 模板', - link: '/guide/template.md' - },{ + link: '/guide/template.md', + }, + { text: 'Mock 数据', - link: '/guide/mock.md' - },{ - text: '从 2.0.x 迁移到 3.0.x', - link: '/guide/upgrade3.md' - } + link: '/guide/mock.md', + }, + { + text: '从 2.x 迁移到 3.x', + link: '/guide/upgrade3.md', + }, ], }, { @@ -55,102 +63,102 @@ export const zh = { items: [ { text: '使用图片', - link: '/guide/image.md' + link: '/guide/image.md', }, { text: '使用 css', - link: '/guide/css.md' + link: '/guide/css.md', }, { text: '静态资源', - link: '/guide/public.md' - } + link: '/guide/public.md', + }, ], }, { text: '贡献指南', - link: '/guide/contributing.md' + link: '/guide/contributing.md', }, { text: '常见问题', - link: '/guide/faq.md' + link: '/guide/faq.md', }, ], '/reference/plugin/': [ { text: '介绍', - link: '/reference/plugin/index.md' + link: '/reference/plugin/index.md', }, { text: 'Plugins', items: [ { text: '@fesjs/plugin-access', - link: '/reference/plugin/plugins/access.md' + link: '/reference/plugin/plugins/access.md', }, { text: '@fesjs/plugin-enums', - link: '/reference/plugin/plugins/enums.md' + link: '/reference/plugin/plugins/enums.md', }, { text: '@fesjs/plugin-icon', - link: '/reference/plugin/plugins/icon.md' + link: '/reference/plugin/plugins/icon.md', }, { text: '@fesjs/plugin-jest', - link: '/reference/plugin/plugins/jest.md' + link: '/reference/plugin/plugins/jest.md', }, { text: '@fesjs/plugin-layout', - link: '/reference/plugin/plugins/layout.md' + link: '/reference/plugin/plugins/layout.md', }, { text: '@fesjs/plugin-locale', - link: '/reference/plugin/plugins/locale.md' + link: '/reference/plugin/plugins/locale.md', }, { text: '@fesjs/plugin-model', - link: '/reference/plugin/plugins/model.md' + link: '/reference/plugin/plugins/model.md', }, { text: '@fesjs/plugin-request', - link: '/reference/plugin/plugins/request.md' + link: '/reference/plugin/plugins/request.md', }, { text: '@fesjs/plugin-vuex', - link: '/reference/plugin/plugins/vuex.md' + link: '/reference/plugin/plugins/vuex.md', }, { text: '@fesjs/plugin-qiankun', - link: '/reference/plugin/plugins/qiankun.md' + link: '/reference/plugin/plugins/qiankun.md', }, { text: '@fesjs/plugin-windicss', - link: '/reference/plugin/plugins/windicss.md' + link: '/reference/plugin/plugins/windicss.md', }, { text: '@fesjs/plugin-sass', - link: '/reference/plugin/plugins/sass.md' + link: '/reference/plugin/plugins/sass.md', }, { text: '@fesjs/plugin-editor', - link: '/reference/plugin/plugins/editor.md' + link: '/reference/plugin/plugins/editor.md', }, { text: '@fesjs/plugin-pinia', - link: '/reference/plugin/plugins/pinia.md' + link: '/reference/plugin/plugins/pinia.md', }, { text: '@fesjs/plugin-watermark', - link: '/reference/plugin/plugins/watermark.md' + link: '/reference/plugin/plugins/watermark.md', }, { text: '@fesjs/plugin-login', - link: '/reference/plugin/plugins/login.md' + link: '/reference/plugin/plugins/login.md', }, { text: '@fesjs/plugin-swc', - link: '/reference/plugin/plugins/swc.md' + link: '/reference/plugin/plugins/swc.md', }, ], }, @@ -158,10 +166,10 @@ export const zh = { text: '插件开发', items: [{ text: '插件介绍', - link: '/reference/plugin/dev/index.md' + link: '/reference/plugin/dev/index.md', }, { text: '插件API', - link: '/reference/plugin/dev/api.md' + link: '/reference/plugin/dev/api.md', }], }, ], diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 897e9915..2bb8e90d 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -6,12 +6,12 @@ import { withBase } from 'vitepress' ## 依赖环境 -首先得有 [Node.js](https://nodejs.org/),并确保 node 版本是 12.13 或以上。 +首先得有 [Node.js](https://nodejs.org/),并确保 node 版本是 `v18.12.0` 或以上。 ```bash # 打印 node 版本 node -v -v12.13.0 +v18.12.0 ``` 推荐使用 [pnpm](https://pnpm.io/installation) 管理 npm 依赖 diff --git a/docs/guide/upgrade3.md b/docs/guide/upgrade3.md index bee861db..49c1c3a5 100644 --- a/docs/guide/upgrade3.md +++ b/docs/guide/upgrade3.md @@ -1,28 +1,29 @@ -# 从 2.0.x 迁移到 3.0.x +# 从 2.x 迁移到 3.x -## 版本 3.0.x 的 break +## 版本 3.x 的 break -1. 编译时的 [base](../reference/config/index.md/#base) 配置,移到了 [router.base](../reference/config/index.md/#router) 下。 -2. [webpack-dev-server](https://github.com/webpack/webpack-dev-server) 从 `v3.x` 升级到了 `v4.x`,如果遇到配置不兼容,可以查看[webpack-dev-server 3.x 升级 4.x](https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md)。 -3. [layout 插件](../reference/plugin/plugins/layout.md#_4-x-升级到-5-x) 有一些属性变更 -3. [request 插件](../reference/plugin/plugins/request.md#_2-x-升级到-3-x) 有一些参数变更 +1. 环境要求 `node >= v18.12.0` +2. 编译时的 [base](../reference/config/index.md/#base) 配置,移到了 [router.base](../reference/config/index.md/#router) 下 +3. [webpack-dev-server](https://github.com/webpack/webpack-dev-server) 从 `v3.x` 升级到了 `v5.x`,如果遇到配置不兼容,可以查看[webpack-dev-server 3.x 升级 4.x](https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md)、[webpack-dev-server 4.x 升级 5.x](https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md) +4. [layout 插件](../reference/plugin/plugins/layout.md#_4-x-升级到-5-x) 有一些属性变更 +5. [request 插件](../reference/plugin/plugins/request.md#_2-x-升级到-3-x) 有一些参数变更,升级请使用最新版本 ## 继续使用 Webpack -1. 添加 Webpack 构建依赖包: `npm i @fesjs/builder-webpack -D`。 -2. 如果设置了 `publicPath: './'`,请更改为 `publicPath: ''` -3. 将 html 模版文件从 `public/index.html` 文件挪到项目根目录,移除 [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 相关配置,具体模版变量使用请查看[HTML 模版](../guide/template.html)。 +1. 添加 Webpack 构建依赖包: `npm i @fesjs/builder-webpack -D` +2. `dev` 的 `publicPath` 配置不能为 `./`,请更改为 `auto` +3. 将 html 模版文件从 `public/index.html` 挪到项目根目录,移除 [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 相关配置,具体模版变量使用请查看[HTML 模版](../guide/template.html) ## 换成 Vite -1. 安装依赖包 `npm i @fesjs/builder-vite`。 -2. 将 Webpack 相关的配置换成 Vite,具体可查看[配置](../reference/config/index.md)。 -3. 将 html 模版文件从 `public/index.html` 挪到项目根目录,如果有相应的 [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 配置,需要改成 [vite-plugin-html](https://github.com/vbenjs/vite-plugin-html) 的写法。 -4. 将 `require` 等 Vite 不支持的代码,改写成 Vite 支持的方式。 +1. 安装依赖包 `npm i @fesjs/builder-vite` +2. 将 Webpack 相关的配置换成 Vite,具体可查看[配置](../reference/config/index.md) +3. 将 html 模版文件从 `public/index.html` 挪到项目根目录,如果有相应的 [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 配置,需要改成 [vite-plugin-html](https://github.com/vbenjs/vite-plugin-html) 的写法 +4. 将 `require` 等 Vite 不支持的代码,改写成 Vite 支持的方式 ## 插件 -插件都需要升级到 `3.0.x` 版本,新版添加了兼容`builder`的逻辑,但是提供的接口和配置没有变化,只需要升级版本即可使用。 +插件都需要升级到 `3.x` 版本,新版添加了兼容`builder`的逻辑,但是提供的接口和配置没有变化,只需要升级版本即可使用。 - [@fesjs/plugin-layout](../reference/plugin/plugins/layout.md) 需要升级到`5.0.x`版本。 - [@fesjs/plugin-locale](../reference/plugin/plugins/locale.md) 需要升级到`4.0.x`版本。 diff --git a/docs/reference/config/index.md b/docs/reference/config/index.md index 0c012942..3c892f26 100644 --- a/docs/reference/config/index.md +++ b/docs/reference/config/index.md @@ -93,6 +93,22 @@ export default { }; ``` +### console + +- 类型: `object` +- 默认值:`{}` +- 详情: + 用于控制应用启动的时候在 console 中打印的信息,目前仅支持 version +- 示例: + +```js +export default { + console: { + version: true + } +}; +``` + ### define - 类型: `object` diff --git a/package.json b/package.json index 3b9d329d..f20822a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fes.js", "type": "module", - "version": "3.4.3", + "version": "3.4.7", "private": true, "packageManager": "pnpm@8.6.6", "description": "一个好用的前端管理台快速开发框架", diff --git a/packages/create-fes-app/package.json b/packages/create-fes-app/package.json index f7ad9a2c..a7fdad0e 100644 --- a/packages/create-fes-app/package.json +++ b/packages/create-fes-app/package.json @@ -1,6 +1,6 @@ { "name": "@fesjs/create-fes-app", - "version": "3.0.4", + "version": "3.0.6", "description": "create a app base on fes.js", "main": "lib/index.js", "files": [ diff --git a/packages/create-fes-app/templates/app/pc/package.json b/packages/create-fes-app/templates/app/pc/package.json index b73b0745..f33bcd69 100644 --- a/packages/create-fes-app/templates/app/pc/package.json +++ b/packages/create-fes-app/templates/app/pc/package.json @@ -17,8 +17,8 @@ }, "dependencies": { "@fesjs/fes": "^3.0.0", - "@fesjs/plugin-access": "^3.0.0", - "@fesjs/plugin-layout": "^5.0.0", + "@fesjs/plugin-access": "^3.1.9", + "@fesjs/plugin-layout": "^5.4.3", "@fesjs/plugin-model": "^3.0.0", "@fesjs/plugin-enums": "^3.0.0", "@fesjs/fes-design": "^0.8.0", @@ -27,4 +27,4 @@ "core-js": "^3.29.1" }, "private": true -} \ No newline at end of file +} diff --git a/packages/fes-builder-webpack/package.json b/packages/fes-builder-webpack/package.json index 77a0fd15..f343fba8 100644 --- a/packages/fes-builder-webpack/package.json +++ b/packages/fes-builder-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@fesjs/builder-webpack", - "version": "3.0.14", + "version": "3.1.0", "description": "@fesjs/builder-webpack", "author": "qlin", "license": "MIT", @@ -26,7 +26,7 @@ "access": "public" }, "peerDependencies": { - "@fesjs/fes": "^3.1.12", + "@fesjs/fes": "^3.1.17", "core-js": "^3.29.1" }, "dependencies": { @@ -66,7 +66,7 @@ "webpack": "^5.90.3", "webpack-5-chain": "^8.0.1", "webpack-bundle-analyzer": "^4.4.0", - "webpack-dev-server": "^4.15.1", - "webpackbar": "^5.0.2" + "webpack-dev-server": "^5.1.0", + "webpackbar": "^7.0.0" } } diff --git a/packages/fes-builder-webpack/src/plugins/commands/dev/connectHistoryMiddleware.js b/packages/fes-builder-webpack/src/plugins/commands/dev/connectHistoryMiddleware.js index b73c38e3..065a66ac 100644 --- a/packages/fes-builder-webpack/src/plugins/commands/dev/connectHistoryMiddleware.js +++ b/packages/fes-builder-webpack/src/plugins/commands/dev/connectHistoryMiddleware.js @@ -1,19 +1,28 @@ -import { extname } from 'path'; +import { extname } from 'node:path'; import historyFallback from 'connect-history-api-fallback'; const ASSET_EXT_NAMES = ['.ico', '.png', '.jpg', '.jpeg', '.gif', '.svg']; -const proxyMiddleware = (api) => (req, res, next) => { - const proxyConfig = api.config.proxy; - if (proxyConfig && Object.keys(proxyConfig).some((path) => req.url.startsWith(path))) { - return next(); - } - if (ASSET_EXT_NAMES.includes(extname(req.url))) { - return next(); - } +function proxyMiddleware(api) { + return (req, res, next) => { + const proxyConfig = api.config.proxy; + if (proxyConfig) { + if (Array.isArray(proxyConfig)) { + if (proxyConfig.some(item => item.context.some(path => path && req.url.startsWith(path)))) { + return next(); + } + } + else if (Object.keys(proxyConfig).some(path => req.url.startsWith(path))) { + return next(); + } + } + if (ASSET_EXT_NAMES.includes(extname(req.url))) { + return next(); + } - const history = historyFallback(); - history(req, res, next); -}; + const history = historyFallback(); + history(req, res, next); + }; +} export default proxyMiddleware; diff --git a/packages/fes-builder-webpack/src/plugins/commands/dev/devServer.js b/packages/fes-builder-webpack/src/plugins/commands/dev/devServer.js index e48263be..c10d1096 100644 --- a/packages/fes-builder-webpack/src/plugins/commands/dev/devServer.js +++ b/packages/fes-builder-webpack/src/plugins/commands/dev/devServer.js @@ -1,6 +1,23 @@ -import WebpackDevServer from 'webpack-dev-server'; -import webpack from 'webpack'; import { chalk } from '@fesjs/utils'; +import webpack from 'webpack'; +import WebpackDevServer from 'webpack-dev-server'; + +function formatProxy(proxy) { + if (!proxy) { + return []; + } + + if (Array.isArray(proxy)) { + return proxy; + } + + return Object.keys(proxy).map((apiPath) => { + return { + context: [apiPath], + ...proxy[apiPath], + }; + }); +} export function startDevServer({ webpackConfig, host, port, proxy, https, beforeMiddlewares, afterMiddlewares, customerDevServerConfig }) { const options = { @@ -10,6 +27,7 @@ export function startDevServer({ webpackConfig, host, port, proxy, https, before client: { logging: 'error', overlay: false, + progress: true, webSocketURL: { hostname: host, port, @@ -27,12 +45,20 @@ export function startDevServer({ webpackConfig, host, port, proxy, https, before ...(customerDevServerConfig || {}), port, host, - proxy, + proxy: formatProxy(proxy), }; const compiler = webpack(webpackConfig); const server = new WebpackDevServer(options, compiler); - - console.log(chalk.green('Server: '), chalk.blue(`${options.server}://${options.host}:${options.port}`)); + if (options.host === '0.0.0.0') { + // eslint-disable-next-line no-console + console.log(chalk.green(' ➜ Local: '), chalk.cyan(`${options.server}://127.0.0.1:${options.port}`)); + // eslint-disable-next-line no-console + console.log(chalk.gray(' ➜ Network: '), chalk.gray(`${options.server}://${options.host}:${options.port}`)); + } + else { + // eslint-disable-next-line no-console + console.log(chalk.green(' ➜ :Local: '), chalk.cyan(`${options.server}://${options.host}:${options.port}`)); + } server.startCallback((err) => { if (err) { console.error(err); diff --git a/packages/fes-builder-webpack/src/plugins/commands/dev/index.js b/packages/fes-builder-webpack/src/plugins/commands/dev/index.js index 72a61bfb..ab440ba7 100644 --- a/packages/fes-builder-webpack/src/plugins/commands/dev/index.js +++ b/packages/fes-builder-webpack/src/plugins/commands/dev/index.js @@ -1,5 +1,6 @@ -import path from 'path'; -import fs from 'fs'; +import fs from 'node:fs'; +import path from 'node:path'; +import process from 'node:process'; import { cleanTmpPathExceptCache, getBundleAndConfigs } from '../../common/buildDevUtils'; import connectHistoryMiddleware from './connectHistoryMiddleware'; diff --git a/packages/fes-builder-webpack/src/plugins/common/webpackConfig/index.js b/packages/fes-builder-webpack/src/plugins/common/webpackConfig/index.js index 221adb30..482e5133 100644 --- a/packages/fes-builder-webpack/src/plugins/common/webpackConfig/index.js +++ b/packages/fes-builder-webpack/src/plugins/common/webpackConfig/index.js @@ -1,13 +1,13 @@ -import { join } from 'node:path'; import { existsSync } from 'node:fs'; -import Config from 'webpack-5-chain'; +import { join } from 'node:path'; import webpack from 'webpack'; +import Config from 'webpack-5-chain'; import createCssWebpackConfig from './css'; -import getBabelOpts from './getBabelOpts'; -import createVueWebpackConfig from './vue'; import createDefineWebpackConfig from './define'; -import createMinimizerWebpackConfig from './minimizer'; +import getBabelOpts from './getBabelOpts'; import createHtmlWebpackConfig from './html'; +import createMinimizerWebpackConfig from './minimizer'; +import createVueWebpackConfig from './vue'; const DEFAULT_EXCLUDE_NODE_MODULES = [ 'vue', @@ -124,12 +124,14 @@ export default async function getConfig({ api, cwd, config, env, entry = {}, mod webpackConfig.module .rule('esm') .test(/\.m?jsx?$/) - .resolve.set('fullySpecified', false); + .resolve + .set('fullySpecified', false); webpackConfig.module .rule('js') .test(/\.(js|mjs|jsx|ts|tsx)$/) - .exclude.add((filepath) => { + .exclude + .add((filepath) => { // always transpile js in vue files if (/(\.vue|\.jsx)$/.test(filepath)) { return false; } @@ -147,9 +149,11 @@ export default async function getConfig({ api, cwd, config, env, entry = {}, mod webpackConfig.module .rule('js-in-node_modules') .test(/\.(js|mjs)$/) - .include.add(/node_modules/) + .include + .add(/node_modules/) .end() - .exclude.add((filepath) => { + .exclude + .add((filepath) => { if (transpileDepRegex && transpileDepRegex.test(filepath)) { return true; } return false; diff --git a/packages/fes-compiler/package.json b/packages/fes-compiler/package.json index 9a77357b..3f44a70e 100644 --- a/packages/fes-compiler/package.json +++ b/packages/fes-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@fesjs/compiler", - "version": "3.0.4", + "version": "3.0.6", "description": "@fesjs/compiler", "author": "qlin", "license": "MIT", diff --git a/packages/fes-plugin-layout/package.json b/packages/fes-plugin-layout/package.json index fb9cd67c..bfb6468b 100644 --- a/packages/fes-plugin-layout/package.json +++ b/packages/fes-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "@fesjs/plugin-layout", - "version": "5.4.1", + "version": "5.4.5", "description": "@fesjs/plugin-layout", "author": "harrywan", "license": "MIT", @@ -28,7 +28,7 @@ "access": "public" }, "peerDependencies": { - "@fesjs/fes": "^3.1.13", + "@fesjs/fes": "^3.1.17", "@fesjs/fes-design": ">=0.7.0", "vue": "^3.2.47", "vue-router": "^4.0.1" diff --git a/packages/fes-plugin-layout/src/runtime/views/Menu.vue b/packages/fes-plugin-layout/src/runtime/views/Menu.vue index 8fb3c795..b8d66443 100644 --- a/packages/fes-plugin-layout/src/runtime/views/Menu.vue +++ b/packages/fes-plugin-layout/src/runtime/views/Menu.vue @@ -1,7 +1,7 @@