Skip to content

Commit

Permalink
Configure using DRY metadata schema JSON with Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Aug 20, 2024
1 parent d3ae61c commit c256082
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ export default defineConfig({
'disable': disableSentry
})
],
'resolve': {
'alias': {
'lib/assets/metadata_schemas/alexandria_convention/alexandria_convention_schema.json': 'lib/assets/metadata_schemas/alexandria_convention/alexandria_convention_schema.json'
}
},
'build': {
'sourcemap': true,
'chunkSizeWarningLimit': 4096,
Expand Down

0 comments on commit c256082

Please sign in to comment.