Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-06 09:36:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf85c71e1877b2c461142f85a472c4b65ab4134b
bf85c71e
1 parent
ac7db35c
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
vite.config.js
vite.config.js
View file @
bf85c71
...
...
@@ -32,7 +32,7 @@ export default ({ command, mode }) => {
resolveStyle
:
name
=>
`../es/
${
name
}
/style`
}
]
}),
}),
// 按需引入 vant 位置报错问题
dynamicImport
(),
// 增强 Vite 内置的 dynamic import, 支持在 import() 中使用别名
// legacy({
// targets: ['defaults', 'not IE 11']
...
...
Please
register
or
login
to post a comment