Skip to content

Commit f9dab15

Browse files
build: enable source maps for JS and CSS output
1 parent 6cd8e1c commit f9dab15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default defineConfig({
1414
}],
1515
site: 'https://cumulus-ui.github.io',
1616
build: { inlineStylesheets: 'always' },
17+
vite: { build: { sourcemap: true } },
1718
server: { port: 4321 },
1819
markdown: {
1920
shikiConfig: {

0 commit comments

Comments
 (0)