Skip to content

Commit

Permalink
#2411 - Enable css dev source map
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleicul committed Apr 11, 2023
1 parent ac0914f commit 2b75562
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ export default defineConfig({
server: {
open: true
},
css: {
devSourcemap: true
},
plugins: [
react(),
svgPlugin(),
Expand Down

0 comments on commit 2b75562

Please sign in to comment.