We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a82c09 commit 30521b2Copy full SHA for 30521b2
benchmark/index.mjs renamed to benchmark/index.js
@@ -1,7 +1,7 @@
1
/* eslint-disable no-console */
2
3
import Benchmark from 'benchmark'
4
-import { transformJsxToString } from '../dist/api.mjs'
+import { transformJsxToString } from '../dist/api.js'
5
6
const codes = [
7
'<div>Hello World</div>',
0 commit comments