Skip to content

Commit

Permalink
πŸ› [webpack] fix sass config
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Aug 17, 2024
1 parent 3d37b70 commit 01ccb41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export default {
options: {
implementation: require('sass'),
sassOptions: {
indentedSyntax: true,
syntax: 'indented',
loadPaths: [__dirname],
},
},
},
Expand Down

0 comments on commit 01ccb41

Please sign in to comment.