Skip to content

Commit

Permalink
Enable cssSourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Apr 4, 2022
1 parent 0605806 commit 3b1b28b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orion-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
alias: [{ find: '@', replacement: resolve(__dirname, './src') }]
},
css: {
devSourcemap: true,
preprocessorOptions: {
scss: {
charset: false,
Expand Down

0 comments on commit 3b1b28b

Please sign in to comment.