From 64d57fdea10c8300c412d4439004ca9e519015d3 Mon Sep 17 00:00:00 2001 From: qlin Date: Fri, 17 Mar 2023 21:05:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20webpack=20=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E6=BC=8F=E6=B4=9E=E9=97=AE=E9=A2=98=20(#176)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-preset-built-in/package.json | 4 +-- .../src/plugins/features/publicPath.js | 4 +-- yarn.lock | 32 ++++++++++++++++++- 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/packages/fes-preset-built-in/package.json b/packages/fes-preset-built-in/package.json index 15b6b031..4a572a1d 100644 --- a/packages/fes-preset-built-in/package.json +++ b/packages/fes-preset-built-in/package.json @@ -69,7 +69,7 @@ "style-loader": "^2.0.0", "url-loader": "^4.1.1", "vue-loader": "^16.1.2", - "webpack": "^5.24.2", + "webpack": "^5.76.2", "webpack-bundle-analyzer": "^4.4.0", "webpack-chain": "^6.5.1", "webpack-dev-server": "^3.11.2", @@ -78,4 +78,4 @@ "peerDependencies": { "core-js": "^3.27.0" } -} +} \ No newline at end of file diff --git a/packages/fes-preset-built-in/src/plugins/features/publicPath.js b/packages/fes-preset-built-in/src/plugins/features/publicPath.js index 57548e70..5f7ca6ac 100644 --- a/packages/fes-preset-built-in/src/plugins/features/publicPath.js +++ b/packages/fes-preset-built-in/src/plugins/features/publicPath.js @@ -5,9 +5,7 @@ export default (api) => { default: '/', schema(joi) { return joi - .string() - .regex(/\/$/) - .error(new Error('config.publicPath must end with /.')); + .string(); } } }); diff --git a/yarn.lock b/yarn.lock index 95653bbc..8810a052 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13881,7 +13881,7 @@ webpack-virtual-modules@^0.4.4: resolved "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.5.tgz#e476842dab5eafb7beb844aa2f747fc12ebbf6ec" integrity sha512-8bWq0Iluiv9lVf9YaqWQ9+liNgXSHICm+rg544yRgGYaR8yXZTVBaHZkINZSB2yZSWo4b0F6MIxqJezVfOEAlg== -webpack@^5.24.2, webpack@^5.65.0: +webpack@^5.65.0: version "5.74.0" resolved "https://registry.npmmirror.com/webpack/-/webpack-5.74.0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980" integrity sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA== @@ -13911,6 +13911,36 @@ webpack@^5.24.2, webpack@^5.65.0: watchpack "^2.4.0" webpack-sources "^3.2.3" +webpack@^5.76.2: + version "5.76.2" + resolved "https://registry.npmmirror.com/webpack/-/webpack-5.76.2.tgz#6f80d1c1d1e3bf704db571b2504a0461fac80230" + integrity sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w== + dependencies: + "@types/eslint-scope" "^3.7.3" + "@types/estree" "^0.0.51" + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/wasm-edit" "1.11.1" + "@webassemblyjs/wasm-parser" "1.11.1" + acorn "^8.7.1" + acorn-import-assertions "^1.7.6" + browserslist "^4.14.5" + chrome-trace-event "^1.0.2" + enhanced-resolve "^5.10.0" + es-module-lexer "^0.9.0" + eslint-scope "5.1.1" + events "^3.2.0" + glob-to-regexp "^0.4.1" + graceful-fs "^4.2.9" + json-parse-even-better-errors "^2.3.1" + loader-runner "^4.2.0" + mime-types "^2.1.27" + neo-async "^2.6.2" + schema-utils "^3.1.0" + tapable "^2.1.1" + terser-webpack-plugin "^5.1.3" + watchpack "^2.4.0" + webpack-sources "^3.2.3" + webpackbar@^5.0.0-3: version "5.0.2" resolved "https://registry.npmmirror.com/webpackbar/-/webpackbar-5.0.2.tgz#d3dd466211c73852741dfc842b7556dcbc2b0570"