Skip to content

Commit

Permalink
RSTUDIO-538: Switch to the sass library (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik authored Jun 7, 2024
1 parent 7585af2 commit 215ea6b
Show file tree
Hide file tree
Showing 12 changed files with 626 additions and 116 deletions.
8 changes: 7 additions & 1 deletion configs/webpack.renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ module.exports = (env, argv) => {
'style-loader',
'css-loader',
'resolve-url-loader',
'sass-loader',
{
loader: 'sass-loader',
options: {
/** Hides the sass warnings for dependencies */
sassOptions: { quietDeps: true },
},
},
],
},
{
Expand Down
Loading

0 comments on commit 215ea6b

Please sign in to comment.