- Feat: support
import.meta.target
,import.meta.renderer
andimport.meta.env.*
#5700 - Feat: enhance memory router and support configure
routes.injectInitialEntry
#5800
Enable routes.injectInitialEntry
when deploy memory router app by assets:
import { defineConfig } from '@ice/app';
export default defineConfig(() => ({
splitChunks: false,
routes: {
injectInitialEntry: true,
},
}));
- Feat: support jsx runtime in rax compat mode #5803
- Fix: pageConfig do not work when added to a new route file #5659
- Fix: rebuild server entry when document changed #5795
- Fix: remove ast node of
ObjectProperties
when disable ssg for document render #5785 - Fix: error occur when disable SSR and SSG #5719
- Fix(plugin-icestark): modify basename when render as a child app #5810