Skip to content

Commit 1f44bad

Browse files
author
v 1 r t l
authored
Merge pull request #47 from CodyJasonBennett/fix/node-targets
fix: use correct file extension for Node
2 parents 1813f2a + 806d6d4 commit 1f44bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default [
3737
},
3838
{
3939
input: `./src/index.ts`,
40-
output: { file: `dist/index.cjs.js`, format: 'cjs' },
40+
output: { file: `dist/index.cjs`, format: 'cjs' },
4141
external,
4242
plugins: [
4343
json(),

0 commit comments

Comments
 (0)