Skip to content

Commit

Permalink
Merge pull request #14 from PeculiarVentures/fix-error
Browse files Browse the repository at this point in the history
fix: Issue #13
  • Loading branch information
microshine authored Mar 2, 2022
2 parents 455609c + 7eb8b1d commit 9c1d05b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,6 @@ export default [
file: pkg.main,
format: "cjs",
},
],
},
{
input,
plugins: [
typescript({
check: true,
clean: true,
tsconfigOverride: {
compilerOptions: {
module: "ES2015",
removeComments: true,
}
}
}),
],
external: [...external],
output: [
{
banner,
file: pkg.module,
Expand Down

0 comments on commit 9c1d05b

Please sign in to comment.