Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: make sass work on arm cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed May 10, 2022
1 parent bc11817 commit 3bb6a7f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 540 deletions.
7 changes: 6 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,12 @@ module.exports = {
},
},
},
'gatsby-plugin-sass',
{
resolve: 'gatsby-plugin-sass',
options: {
implementation: require('sass'),
},
},
{
resolve: 'gatsby-plugin-manifest',
options: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gatsby-source-filesystem": "^3.8.0",
"gatsby-transformer-json": "^3.3.0",
"gatsby-transformer-sharp": "^3.13.0",
"node-sass": "^6.0.1",
"sass": "^1.49.9",
"pluralize": "^8.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
Loading

0 comments on commit 3bb6a7f

Please sign in to comment.