diff --git a/babel.config.cjs b/babel.config.cjs index 5ce8e8c..ae1375c 100644 --- a/babel.config.cjs +++ b/babel.config.cjs @@ -9,5 +9,4 @@ module.exports = { }, ], ], - plugins: ['@babel/plugin-transform-modules-commonjs'], }; diff --git a/package.json b/package.json index 223460d..18dad83 100644 --- a/package.json +++ b/package.json @@ -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",