alibaba / ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)

Home Page:https://ice.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@ice/jsx-runtime 在 dev 时应该导出 react/jsx-dev-runtime

luhc228 opened this issue · comments

Describe the bug

目前 dev 导出的是 react/jsx-runtime,导致某些值缺失了。

import { jsx, Fragment, jsxs } from './index.js';

Expected behavior

期望使用 react/jsx-dev-runtime

Actual behavior

No response

Version of ice.js

3.4.2

Content of build.json or ice.config.mts

No response

Additional context

No response