File tree Expand file tree Collapse file tree 4 files changed +279
-336
lines changed Expand file tree Collapse file tree 4 files changed +279
-336
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,6 @@ yarn-error.log
6969
7070# Yarn Integrity file
7171.yarn-integrity
72+
73+ # Local Netlify folder
74+ .netlify
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ module.exports = {
2727 } ,
2828 {
2929 resolve : `gatsby-plugin-sass` ,
30- options : { } ,
30+ options : {
31+ implementation : require ( 'node-sass' ) ,
32+ } ,
3133 } ,
3234 {
3335 resolve : `gatsby-remark-page-creator` ,
Original file line number Diff line number Diff line change 2828 "gatsby" : " ^2.32.11" ,
2929 "gatsby-plugin-react-helmet" : " ^3.3.3" ,
3030 "gatsby-plugin-remove-fingerprints" : " ^0.0.2" ,
31- "gatsby-plugin-sass" : " ^2.8 .0" ,
31+ "gatsby-plugin-sass" : " ^4.13 .0" ,
3232 "gatsby-source-filesystem" : " ^2.3.10" ,
3333 "gatsby-transformer-remark" : " ^2.8.14" ,
3434 "graphql" : " ^14.7.0" ,
3838 "mj-pa" : " ^1.3.1" ,
3939 "moment" : " ^2.23.0" ,
4040 "moment-strftime" : " ^0.5.0" ,
41- "node-sass" : " ^4.14 .1" ,
41+ "node-sass" : " ^6.0 .1" ,
4242 "node-sass-utils" : " ^1.1.2" ,
4343 "postcss" : " ^8.2.8" ,
4444 "react" : " ^16.14.0" ,
4848 "react-refresh" : " ^0.8.3" ,
4949 "react-script-tag" : " ^1.1.2" ,
5050 "rehype-react" : " ^3.0.2" ,
51- "sass" : " ^1.32.8" ,
5251 "sprintf-js" : " ^1.1.2" ,
5352 "typescript" : " ^4.2.3" ,
5453 "webpack" : " ^4.46.0" ,
You can’t perform that action at this time.
0 commit comments