Skip to content

Commit

Permalink
chore: fix ts rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 1, 2021
1 parent 7db426c commit d38773c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { createPlugins } from "rollup-plugin-atomic"
import terserOptions from "./.terserrc.js"

const plugins = createPlugins([
"ts",
"js",
"json",
["terser", terserOptions],
Expand All @@ -10,7 +11,7 @@ const plugins = createPlugins([

export default [
{
input: "lib/main.js",
input: "lib/main.ts",
output: [
{
dir: "dist",
Expand Down

0 comments on commit d38773c

Please sign in to comment.