Revert "add .js extension to react runtime for JSX transform" (#12213)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { jsx as _jsx } from "foo/jsx-runtime.js";
|
||||
import { jsx as _jsx } from "foo/jsx-runtime";
|
||||
|
||||
var x = _jsx("div", {
|
||||
children: _jsx("span", {})
|
||||
|
||||
Reference in New Issue
Block a user