Skip to content

Commit

Permalink
Add UMD to test the difference
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Oct 14, 2023
1 parent e2d4db5 commit 9d3428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
entry: path.resolve(__dirname, "src/index.js"),
name: "XolaUIKit",
fileName: (format) => `ui-kit.${format}.js`,
formats: ["es"]
formats: ["es", "umd"]
},

rollupOptions: {
Expand Down

0 comments on commit 9d3428e

Please sign in to comment.