Skip to content

Commit

Permalink
🔧 Switch to ESM build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan6erbond committed May 25, 2021
1 parent c991be0 commit c908a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default [
output: {
dir: "dist",
sourcemap: true,
format: "cjs",
format: "esm",
},
plugins: [
esbuild(),
Expand Down

0 comments on commit c908a57

Please sign in to comment.