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.
2 parents 82d1545 + 16cfe69 commit c51b1e0Copy full SHA for c51b1e0
packages/babel-plugin-transform-jsx-to-htm/package.json
@@ -3,9 +3,8 @@
3
"version": "1.0.0",
4
"description": "Babel plugin to compile JSX to Tagged Templates.",
5
"main": "dist/babel-plugin-transform-jsx-to-htm.js",
6
- "module": "dist/babel-plugin-transform-jsx-to-htm.mjs",
7
"scripts": {
8
- "build": "microbundle index.mjs -f es,cjs --target node --no-compress --no-sourcemap",
+ "build": "microbundle index.mjs -f cjs --target node --no-compress --no-sourcemap",
9
"prepare": "npm run build"
10
},
11
"files": [
0 commit comments