Skip to content

Commit

Permalink
chore: 중복 작성된 rollup entryFileNames 속성 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed Jun 9, 2024
1 parent bbbda4d commit 156b9c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wow-ui/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default {
{
format: "esm",
dir: "dist",
entryFileNames: "[name].js",
preserveModules: true,
preserveModulesRoot: "src",
entryFileNames: "[name].js",
Expand Down

0 comments on commit 156b9c2

Please sign in to comment.