Skip to content

Commit

Permalink
fix: disable ESM build
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Nov 10, 2023
1 parent 6fef953 commit 32a4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-env node, es2018 */
module.exports = {
cjsBabelEnv: { forceAllTransforms: true },
esmBabelEnv: { targets: { node: 16 } },
outputEsm: false,
}

0 comments on commit 32a4a28

Please sign in to comment.