Skip to content

Commit

Permalink
Webpack: Use legacy configuration options with Sass 16
Browse files Browse the repository at this point in the history
Error: Can't resolve 'settings'
  • Loading branch information
amotl committed Oct 15, 2024
1 parent fa35aa8 commit 5e4cacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CHANGES

Unreleased
----------
- Webpack: Use legacy configuration options with Sass 16

2024/10/08 0.35.0
-----------------
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
{ loader: "style-loader" },
{ loader: "css-loader", options: { sourceMap: true } },
{ loader: "postcss-loader", options: { sourceMap: true } },
{ loader: "sass-loader", options: { sourceMap: true } },
{ loader: "sass-loader", options: { api: "legacy", sourceMap: true } },
],
},
{
Expand Down

0 comments on commit 5e4cacd

Please sign in to comment.