Skip to content

Commit 16cfe69

Browse files
authored
remove esm build too
1 parent d1a5a9e commit 16cfe69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-transform-jsx-to-htm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Babel plugin to compile JSX to Tagged Templates.",
55
"main": "dist/babel-plugin-transform-jsx-to-htm.js",
66
"scripts": {
7-
"build": "microbundle index.mjs -f es,cjs --target node --no-compress --no-sourcemap",
7+
"build": "microbundle index.mjs -f cjs --target node --no-compress --no-sourcemap",
88
"prepare": "npm run build"
99
},
1010
"files": [

0 commit comments

Comments
 (0)