We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebce4db commit 9e0554aCopy full SHA for 9e0554a
1 file changed
rollup.config.js
@@ -6,11 +6,6 @@ export default [
6
{
7
input: "src/index.ts",
8
output: [
9
- {
10
- file: "playground/src/component-lib/index.js",
11
- format: "esm",
12
- banner: "/* eslint-disable */",
13
- },
14
{ file: pkg.main, format: "cjs" },
15
{ file: pkg.module, format: "esm" },
16
],
0 commit comments