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
fix/css-resolve
ice
/
examples
/
with-jest
/
ice.config.mts
4 lines
83 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
feat: test (#512) * feat: init jest test * feat: support vitest * chore: jest version * feat: jest component test * feat: vitest demo * chore: add @vitest/coverage-c8 dep * fix: lint * docs: test * chore: add comment * fix: not depend on the vitest as dependencies * chore: vitest version * chore: version * chore: version * chore: lock * fix: lock * chore: vitest version * fix: lock * docs: typo * docs: file extname
2022-09-16 14:32:38 +08:00
import
{
defineConfig
}
from
'@ice/app'
;
chore: optimize (#676) * chore: optimize with rax-compat docs * refactor: add mock express types dependency * refactor: change usage for definePageConfig * chore: change docs * docs: ICE to ice.js * fix: templorary remove the type * chore: handle with lint problems * fix: lock file
2022-11-11 11:02:51 +08:00
export
default
defineConfig
(
(
)
=
>
(
{
}
)
)
;