Load jsx-runtime after existing imports (#12546)
Co-authored-by: Brian Ng <bng412@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
||||
|
||||
var _jsxFileName = "<CWD>/packages/babel-plugin-transform-react-jsx-development/test/fixtures/linux/self-inside-arrow/input.mjs",
|
||||
_this = this;
|
||||
|
||||
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
||||
|
||||
/*#__PURE__*/
|
||||
_jsxDEV("div", {}, void 0, false, {
|
||||
fileName: _jsxFileName,
|
||||
|
||||
Reference in New Issue
Block a user