Skip to content

Commit 713fff8

Browse files
committed
⬆️ 提升依赖
1 parent 1d88330 commit 713fff8

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
},
5050
"dependencies": {
5151
"@micro-app/cli": "^0.4.0",
52-
"@micro-app/plugin-webpack": "^0.0.15"
52+
"@micro-app/plugin-webpack": "^0.0.16"
5353
}
5454
}

src/service/chainConfig.js

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ const { _, tryRequire, fs, logger } = require('@micro-app/shared-utils');
66
module.exports = function chainDefault(api, vueConfig, _mapi) {
77
const options = _mapi.config || {};
88

9+
if (_.isUndefined(vueConfig.filenameHashing)) {
10+
vueConfig.filenameHashing = true;
11+
}
12+
913
[ // string
1014
'publicPath',
1115
'outputDir',

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -955,10 +955,10 @@
955955
"@release-it/conventional-changelog" "^2.0.1"
956956
release-it "^14.4.1"
957957

958-
"@micro-app/plugin-webpack@^0.0.15":
959-
version "0.0.15"
960-
resolved "https://registry.yarnpkg.com/@micro-app/plugin-webpack/-/plugin-webpack-0.0.15.tgz#be27172a1ae54fbd6564df07bc9a8a4daf7f8513"
961-
integrity sha512-v01fg0Ru79Oh4eDWSgbutFG5cM4DlJXsPhQ1viQVzk0i0ORe3BBXBpyC/mAxL6hmukpnXpuw7aIZx8I84b2giQ==
958+
"@micro-app/plugin-webpack@^0.0.16":
959+
version "0.0.16"
960+
resolved "https://registry.yarnpkg.com/@micro-app/plugin-webpack/-/plugin-webpack-0.0.16.tgz#992618cc70a6699bd5670341d39fbe05b6cc3e44"
961+
integrity sha512-mwlG0pKJdiM2E+lmqCK3UMQfR7yT92pbSQz7Sb7q7yOoI/mTak1qVbtl9tZT385a6kJkdLQwTUH7G5ahitQJSA==
962962
dependencies:
963963
"@babel/core" "^7.9.0"
964964
"@babel/preset-env" "^7.9.5"

0 commit comments

Comments
 (0)