Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove esm build too
  • Loading branch information
developit authored May 22, 2019
commit 16cfe69bb314d18bf88f10c71d590fd65a82b6c3
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-jsx-to-htm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Babel plugin to compile JSX to Tagged Templates.",
"main": "dist/babel-plugin-transform-jsx-to-htm.js",
"scripts": {
"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",
"prepare": "npm run build"
},
"files": [
Expand Down