Skip to content

Commit

Permalink
fix: prioritize dart-sass over node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
dforesman committed Sep 29, 2021
1 parent 118253e commit c464523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getUrlOfPartial = url => {
const resolvePromise = pify(resolve)

// List of supported SASS modules in the order of preference
const sassModuleIds = ['node-sass', 'sass']
const sassModuleIds = ['sass', 'node-sass']

/* eslint import/no-anonymous-default-export: [2, {"allowObject": true}] */
export default {
Expand Down

0 comments on commit c464523

Please sign in to comment.