We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e779fed commit d6660f0Copy full SHA for d6660f0
packages/lib/vite.config.ts
@@ -3,4 +3,11 @@ import react from "@vitejs/plugin-react-oxc";
3
4
export default createViteConfig({
5
plugins: [react()],
6
+ build: {
7
+ lib: {
8
+ entry: "src/index.ts",
9
+ name: "HanghaePlusLib",
10
+ fileName: (format) => `hanghae-plus-lib.${format}.js`,
11
+ },
12
13
});
0 commit comments