Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
siamahnaf committed Dec 20, 2022
2 parents 9624ebb + 043b303 commit 1ab95f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export default [
resolve(),
commonjs(),
typescript({ tsconfig: "./tsconfig.json" }),
postcss({
extract: true
})
postcss()
],
external: ["react", "react-dom"]
},
Expand All @@ -37,4 +35,4 @@ export default [
plugins: [dts()],
external: [/\.css$/]
}
];
];

1 comment on commit 1ab95f7

@vercel
Copy link

@vercel vercel bot commented on 1ab95f7 Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.