Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Dec 2, 2022
1 parent 601cc4a commit f764535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ module.exports = {
},
],
],
plugins: ['@babel/plugin-transform-modules-commonjs'],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"coveralls": "jest && codecov && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"cpd": "node_modules/jscpd/bin/jscpd src",
"vulnerabilities": "npm audit --only=prod",
"build": "microbundle --target node"
"build": "microbundle --target node src/index.js"
},
"type": "module",
"main": "dist/error.js",
Expand Down

0 comments on commit f764535

Please sign in to comment.