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.
npm run transpile
1 parent 010fb72 commit 1559d2aCopy full SHA for 1559d2a
benchmarks/index.js
@@ -2,7 +2,7 @@ import { h } from 'preact';
2
import Suite from 'benchmarkjs-pretty';
3
import renderToStringBaseline from './lib/render-to-string';
4
// import renderToString from '../src/index';
5
-import renderToString from '../dist/index.mjs';
+import renderToString from '../dist/index.module.js';
6
import TextApp from './text';
7
// import StackApp from './stack';
8
import { App as IsomorphicSearchResults } from './isomorphic-ui/search-results/index';
0 commit comments