Skip to content

Commit

Permalink
Stay on legacy Sass API as workaround for invalid source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jul 29, 2024
1 parent 05cbd81 commit 0a0992d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default {
{
loader: 'sass-loader',
options: {
api: 'legacy',
sassOptions: {
outputStyle: 'expanded',
quietDeps: true
Expand Down

0 comments on commit 0a0992d

Please sign in to comment.