Skip to content

Commit

Permalink
feat: Support for .sass extension (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgribdev authored and develar committed Mar 5, 2019
1 parent 4eafb11 commit 9235b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron-webpack/src/targets/RendererTarget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class BaseRendererTarget extends BaseTarget {
use: cssHotLoader.concat("less-loader"),
},
{
test: /\.scss$/,
test: /\.s(a|c)ss$/,
use: cssHotLoader.concat("sass-loader"),
},
{
Expand Down

0 comments on commit 9235b7a

Please sign in to comment.