Skip to content

Commit

Permalink
fix: Fixed utf8 output
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Jun 18, 2024
1 parent 2c26892 commit b25beaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/services/compile-config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ export class CompileConfig {
options: {
implementation: 'sass',
sourceMap: true,
sassOptions: {
outputStyle: 'expanded',
},
},
},
],
Expand Down
1 change: 1 addition & 0 deletions lib/services/optimize-config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export class OptimizeConfig {
terserOptions: {
format: {
comments: false,
ascii_only: true,
},
compress: {
drop_console: true,
Expand Down

0 comments on commit b25beaf

Please sign in to comment.