Skip to content

Commit 9e0554a

Browse files
committed
fix: removed playground rollup build
1 parent ebce4db commit 9e0554a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rollup.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ export default [
66
{
77
input: "src/index.ts",
88
output: [
9-
{
10-
file: "playground/src/component-lib/index.js",
11-
format: "esm",
12-
banner: "/* eslint-disable */",
13-
},
149
{ file: pkg.main, format: "cjs" },
1510
{ file: pkg.module, format: "esm" },
1611
],

0 commit comments

Comments
 (0)