Skip to content

Commit

Permalink
Rename library
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy committed May 30, 2023
1 parent d8ed8c3 commit 1c6af7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export default defineConfig(({ mode }) =>
sourcemap: true,
lib: {
entry: resolve('src', 'index.ts'),
name: 'reagraph',
fileName: 'reagraph'
name: 'reablocks',
fileName: 'reablocks'
},
rollupOptions: {
plugins: [
Expand Down

0 comments on commit 1c6af7e

Please sign in to comment.