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 8d35c25 commit 932bf29Copy full SHA for 932bf29
package.json
@@ -5,8 +5,8 @@
5
"description": "Render JSX to an HTML string, with support for Preact components.",
6
"main": "dist/index.js",
7
"umd:main": "dist/index.js",
8
- "module": "dist/index.mjs",
9
- "jsnext:main": "dist/index.mjs",
+ "module": "dist/index.module.js",
+ "jsnext:main": "dist/index.module.js",
10
"scripts": {
11
"build": "npm run -s transpile && npm run -s transpile:jsx && npm run -s copy-typescript-definition",
12
"transpile": "echo 'export const ENABLE_PRETTY = false;'>env.js && microbundle src/index.js -f es,umd --target web --external preact",
0 commit comments