Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
fix: wrong css filename (#95)
Browse files Browse the repository at this point in the history
* fix: wrong filename

* release
  • Loading branch information
Jaeho Lee authored Dec 12, 2022
1 parent a4e9381 commit d46dd0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/silent-scissors-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@greenlabs/formula-components": patch
"@greenlabs/rescript-formula-components": patch
---

fix: wrong css filename
4 changes: 2 additions & 2 deletions packages/components/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export default {
copy({
hook: "closeBundle",
targets: [
{ src: "dist/cjs/**/*.css", file: "dist/cjs/formula-all.css" },
{ src: "dist/esm/**/*.css", file: "dist/esm/formula-all.css" },
{ src: "dist/cjs/**/*.css", file: "dist/cjs/formula.css" },
{ src: "dist/esm/**/*.css", file: "dist/esm/formula.css" },
],
}),
getBabelOutputPlugin({
Expand Down

0 comments on commit d46dd0a

Please sign in to comment.