This website requires JavaScript.
Explore
Help
Sign In
root
/
ice
mirror of
https://github.com/alibaba/ice.git
Watch
1
Star
0
Fork
You've already forked ice
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
changeset-release/master
ice
/
examples
/
with-nested-routes
/
ice.config.mts
6 lines
100 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
docs: nested routes (#679) * docs: nested routes * docs: add example * chore: update lock * docs: custom route path * fix: use max width * fix: add file path * revert: to width * fix: duplicate text * fix: description * fix: rename * fix: file path Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2022-11-10 17:17:09 +08:00
import
{
defineConfig
}
from
'@ice/app'
;
export
default
defineConfig
(
{
feat: support code spiliting strategy (#5957) * feat: support code spiliting strategy * fix: optimize code * fix: compatible with splitChunks * fix: compatible with splitChunks * chore: default value chunks * Update config.md * Update routes.ts
2023-02-24 17:22:18 +08:00
codeSplitting
:
false
,
}
)
;