Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Nov 22, 2021
1 parent 6bd11c2 commit 60d8484
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default [
{
input: "src/index.ts",
plugins: [
typescript({ tsconfig: './tsconfig.json', 'declarationDir': './' }),
,
typescript({ tsconfig: "./tsconfig.json", declarationDir: "./" }),

commonjs(),
babel(babelOptions),
terser(terserOptions),
Expand All @@ -53,8 +53,8 @@ export default [
{
input: "src/index.ts",
plugins: [
typescript({ tsconfig: './tsconfig.json', 'declarationDir': './' }),
,
typescript({ tsconfig: "./tsconfig.json", declarationDir: "./" }),

commonjs(),
babel(babelOptions),
terser(terserOptions),
Expand All @@ -68,8 +68,9 @@ export default [
},
{
input: "src/index.ts",
plugins: [typescript({ tsconfig: './tsconfig.json', 'declarationDir': './' }),
],
plugins: [
typescript({ tsconfig: "./tsconfig.json", declarationDir: "./" }),
],
output: {
file: "dist/index.esm.js",
format: "esm",
Expand Down

0 comments on commit 60d8484

Please sign in to comment.