dc7a26fb by fonghehe

chore: 更新依赖

1 parent 7370c25f
......@@ -13,7 +13,7 @@
},
"dependencies": {
"amfe-flexible": "^2.2.1",
"axios": "^0.27.2",
"axios": "^1.3.4",
"core-js": "^3.23.3",
"regenerator-runtime": "^0.13.5",
"vant": "^2.12.48",
......
......@@ -142,16 +142,6 @@ module.exports = defineConfig({
.when(!IS_PROD, config => config.devtool('cheap-source-map'))
config.when(IS_PROD, config => {
config
.plugin('ScriptExtHtmlWebpackPlugin')
.after('html')
.use('script-ext-html-webpack-plugin', [
{
// 将 runtime 作为内联引入不单独存在
inline: /runtime\..*\.js$/
}
])
.end()
config.optimization.splitChunks({
chunks: 'all',
cacheGroups: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!