Skip to content

Commit

Permalink
chore: build lib fileName raname nutui
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Jul 7, 2021
1 parent 97c4ded commit dc6ebfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.build.taro.vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default defineConfig({
lib: {
entry: 'src/packages/nutui.taro.vue.ts',
name: 'nutui',
fileName: 'nutui',
formats: ['es', 'umd']
}
}
Expand Down
1 change: 1 addition & 0 deletions vite.config.build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default defineConfig({
lib: {
entry: 'src/packages/nutui.vue.ts',
name: 'nutui',
fileName: 'nutui',
formats: ['es', 'umd']
}
}
Expand Down

0 comments on commit dc6ebfe

Please sign in to comment.