Skip to content

Commit

Permalink
chore(projects): add sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Oct 26, 2023
1 parent 60f29ed commit d25ed44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/typings/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ declare module 'vue' {
AButton: typeof import('ant-design-vue/es')['Button']
ACard: typeof import('ant-design-vue/es')['Card']
ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
ADivider: typeof import('ant-design-vue/es')['Divider']
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
AForm: typeof import('ant-design-vue/es')['Form']
AFormItem: typeof import('ant-design-vue/es')['FormItem']
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig(configEnv => {
},
build: {
reportCompressedSize: false,
sourcemap: false,
sourcemap: true,
commonjsOptions: {
ignoreTryCatch: false
}
Expand Down

0 comments on commit d25ed44

Please sign in to comment.