Skip to content

Commit

Permalink
rename index
Browse files Browse the repository at this point in the history
Signed-off-by: Florent MILLOT <[email protected]>
  • Loading branch information
flomillot committed Jan 25, 2024
1 parent c4742e3 commit 19c46eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig({
build: {
lib: {
// Could also be a dictionary or array of multiple entry points
entry: resolve(__dirname, 'src/index.jsx'),
entry: resolve(__dirname, 'src/index.js'),
name: 'Commons ui',
// the proper extensions will be added
fileName: 'commons-ui',
Expand Down

0 comments on commit 19c46eb

Please sign in to comment.