Skip to content

Commit

Permalink
Try ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Sep 23, 2024
1 parent a070b54 commit 101126f
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 @@ -12,7 +12,7 @@ const names = await fs.readdir(path.resolve(root, "lib/entry"))
export default names.map((name) => ({
input: path.resolve(root, "lib/entry", name),
output: {
format: "cjs",
format: "esm",
file: path.resolve(root, "dist", name),
inlineDynamicImports: true,
},
Expand Down

0 comments on commit 101126f

Please sign in to comment.