Skip to content

Commit

Permalink
Adds sass-embedded as possible sass-loader backend (see #1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonexcc authored and weaverryan committed May 5, 2022
1 parent 9e1528e commit 38786ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/features.js
Expand Up @@ -20,8 +20,7 @@ const features = {
method: 'enableSassLoader()',
packages: [
{ name: 'sass-loader', enforce_version: true },
// allow node-sass or sass to be installed
[{ name: 'sass' }, { name: 'node-sass' }]
[{ name: 'sass' }, { name: 'sass-embedded' }, { name: 'node-sass' }]
],
description: 'load Sass files'
},
Expand Down

0 comments on commit 38786ca

Please sign in to comment.