Skip to content

Commit

Permalink
fix: prioritize dart-sass over node-sass (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
dforesman committed Nov 22, 2021
1 parent 118253e commit caf3429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass-loader.js
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 caf3429

Please sign in to comment.