Skip to content

Commit e4edae7

Browse files
committed
feat: 更新相关依赖版本
1 parent d8d3201 commit e4edae7

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# registry=https://registry.npm.taobao.org
2+
strict-ssl=false
3+
package-lock=false

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,27 @@
5252
"@micro-app/cli": "^0.4.0"
5353
},
5454
"devDependencies": {
55-
"@micro-app/cli": "^0.4.0",
55+
"@micro-app/cli": "^0.4.2",
5656
"@micro-app/plugin-compatible": "0.0.6",
57-
"@micro-app/plugin-deploy": "^0.0.8",
57+
"@micro-app/plugin-deploy": "^0.0.9",
5858
"@types/jest": "^24.9.1",
59-
"eslint-config-2o3t": "^2.0.1",
59+
"eslint-config-2o3t": "^2.0.2",
6060
"html-webpack-plugin": "^4.5.2",
6161
"husky": "^3.1.0",
6262
"jest": "^24.9.0",
63-
"typescript": "^3.9.9",
64-
"vue": "^2.6.12"
63+
"typescript": "^3.9.10",
64+
"vue": "^2.6.14"
6565
},
6666
"dependencies": {
67-
"@babel/core": "^7.9.0",
68-
"@babel/preset-env": "^7.9.5",
67+
"@babel/core": "^7.16.5",
68+
"@babel/preset-env": "^7.16.5",
6969
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
7070
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
7171
"@micro-app/shared-utils": "^0.1.25",
72-
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
72+
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
7373
"address": "^1.1.2",
74-
"autoprefixer": "^9.8.6",
75-
"babel-loader": "^8.2.2",
74+
"autoprefixer": "^9.8.8",
75+
"babel-loader": "^8.2.3",
7676
"cache-loader": "^4.1.0",
7777
"case-sensitive-paths-webpack-plugin": "^2.4.0",
7878
"cli-highlight": "^2.1.11",
@@ -81,7 +81,7 @@
8181
"cssnano": "^4.1.11",
8282
"default-gateway": "^6.0.3",
8383
"file-loader": "^5.1.0",
84-
"launch-editor-middleware": "^2.2.1",
84+
"launch-editor-middleware": "^2.3.0",
8585
"mini-css-extract-plugin": "^0.9.0",
8686
"node-loader": "^0.6.0",
8787
"portfinder": "^1.0.28",

src/extends/unified/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = function unifiedExtend(api, opts) {
6262
if (HTMLPlugin) {
6363
pages.forEach((name, index) => {
6464
const htmlOpts = multiPageConfig[name];
65-
const pname = index ? `html-${name}-${index}` : `html-${name}`;
65+
const pname = `html-${name}`;
6666

6767
if (!htmlOpts.chunks) {
6868
htmlOpts.chunks = [ name ];

0 commit comments

Comments
 (0)