Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xqz
/
dianDemo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dc7a26fb
authored
2023-04-05 23:03:07 +0800
by
fonghehe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chore: 更新依赖
1 parent
7370c25f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
11 deletions
package.json
vue.config.js
yarn.lock
package.json
View file @
dc7a26f
...
...
@@ -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"
,
...
...
vue.config.js
View file @
dc7a26f
...
...
@@ -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
:
{
...
...
yarn.lock
View file @
dc7a26f
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment