Skip to content

Commit c908a57

Browse files
committed
🔧 Switch to ESM build
1 parent c991be0 commit c908a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default [
1414
output: {
1515
dir: "dist",
1616
sourcemap: true,
17-
format: "cjs",
17+
format: "esm",
1818
},
1919
plugins: [
2020
esbuild(),

0 commit comments

Comments
 (0)