Revert "add .js extension to react runtime for JSX transform" (#12213)

This commit is contained in:
Nicolò Ribaudo
2020-10-19 19:50:43 +02:00
committed by GitHub
parent ed498a772b
commit 02fc9e835c
70 changed files with 122 additions and 122 deletions

View File

@@ -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", {})