Skip to content

Commit 0e17310

Browse files
committed
Retiring custom rollup typescript plugin. Problem it was designed to address probably fixed by a previous typescript upgrade. Removing redundant es5 checking script that hasn't been used for a while as well.
1 parent 2dbf5a7 commit 0e17310

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

rollup-plugins/typescript-export.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

rollup-plugins/valid-es5.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

rollup.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
import typescript from "./rollup-plugins/typescript-export";
2-
31
export default {
42
input: "index.js",
53
output: [
64
{ file: "dist/js/index.js", format: "cjs", exports: "named" },
75
{ file: "dist/es/index.js", format: "es" },
86
],
9-
plugins: [typescript()],
107
};

0 commit comments

Comments
 (0)