Skip to content

Commit

Permalink
feat :: Dist package.json 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hyun2 committed Jan 15, 2025
1 parent 952d576 commit 8ea1490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import image from "@rollup/plugin-image";
import svgr from "@svgr/rollup";
import url from "@rollup/plugin-url";
import dts from "rollup-plugin-dts";
import copy from "rollup-plugin-copy";
import replace from "@rollup/plugin-replace";
import pkg from "./package.json" assert { type: "json" };

Expand Down Expand Up @@ -88,6 +89,7 @@ export default [
"var ": "declare const ",
},
}),
copy({ targets: [{ src: "package.json", dest: "dist" }] }),
],
},
];

0 comments on commit 8ea1490

Please sign in to comment.