We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcd7fb commit c5fb693Copy full SHA for c5fb693
src/main.ts
@@ -7,6 +7,12 @@ import { terser } from "rollup-plugin-terser";
7
// @ts-ignore
8
import autoExternal from "rollup-plugin-auto-external";
9
10
+import typescript from "@rollup/plugin-typescript";
11
+import coffeescript from "rollup-plugin-coffee-script";
12
+import json from "@rollup/plugin-json";
13
+import cssOnly from "rollup-plugin-css-only";
14
+import babel from "@rollup/plugin-babel";
15
+
16
export type Plugin =
17
| "js"
18
| "ts"
0 commit comments