Skip to content

Commit

Permalink
style: simplify rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Dec 15, 2023
1 parent 18c9aad commit 31c3b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const outputs = [
sourcemap: true
},
plugins: plugins(false, true),
external: [...Object.keys(pkg.dependencies)]
external: Object.keys(pkg.dependencies)
}, {
input: 'src/index.ts',
output: [
Expand Down

0 comments on commit 31c3b54

Please sign in to comment.