Skip to content

Commit 54c9366

Browse files
committed
[web] Switch sass-loader to modern API.
This prevents a warning message being issued by `npm run dev`.
1 parent 9cc1e3c commit 54c9366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tx2-web/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module.exports = {
5353
{
5454
loader: "sass-loader",
5555
options: {
56+
api: "modern",
5657
sourceMap: true,
5758
warnRuleAsWarning: true,
5859
}

0 commit comments

Comments
 (0)