We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381f24c commit 3efc263Copy full SHA for 3efc263
1 file changed
rollup.config.js
@@ -2,7 +2,7 @@ import { createPlugins } from "rollup-plugin-atomic"
2
3
const plugins = createPlugins([["ts", { tsconfig: "./lib/tsconfig.json" }, true], "js", "json"])
4
5
-export default [
+const RollupConfig = [
6
{
7
input: "lib/main.ts",
8
output: [
@@ -17,3 +17,4 @@ export default [
17
plugins: plugins,
18
},
19
]
20
+export default RollupConfig
0 commit comments