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
69
69
70
70
# Yarn Integrity file
71
71
.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 = {
27
27
} ,
28
28
{
29
29
resolve : `gatsby-plugin-sass` ,
30
- options : { } ,
30
+ options : {
31
+ implementation : require ( 'node-sass' ) ,
32
+ } ,
31
33
} ,
32
34
{
33
35
resolve : `gatsby-remark-page-creator` ,
Original file line number Diff line number Diff line change 28
28
"gatsby" : " ^2.32.11" ,
29
29
"gatsby-plugin-react-helmet" : " ^3.3.3" ,
30
30
"gatsby-plugin-remove-fingerprints" : " ^0.0.2" ,
31
- "gatsby-plugin-sass" : " ^2.8 .0" ,
31
+ "gatsby-plugin-sass" : " ^4.13 .0" ,
32
32
"gatsby-source-filesystem" : " ^2.3.10" ,
33
33
"gatsby-transformer-remark" : " ^2.8.14" ,
34
34
"graphql" : " ^14.7.0" ,
38
38
"mj-pa" : " ^1.3.1" ,
39
39
"moment" : " ^2.23.0" ,
40
40
"moment-strftime" : " ^0.5.0" ,
41
- "node-sass" : " ^4.14 .1" ,
41
+ "node-sass" : " ^6.0 .1" ,
42
42
"node-sass-utils" : " ^1.1.2" ,
43
43
"postcss" : " ^8.2.8" ,
44
44
"react" : " ^16.14.0" ,
48
48
"react-refresh" : " ^0.8.3" ,
49
49
"react-script-tag" : " ^1.1.2" ,
50
50
"rehype-react" : " ^3.0.2" ,
51
- "sass" : " ^1.32.8" ,
52
51
"sprintf-js" : " ^1.1.2" ,
53
52
"typescript" : " ^4.2.3" ,
54
53
"webpack" : " ^4.46.0" ,
You can’t perform that action at this time.
0 commit comments