This repository was archived by the owner on Apr 7, 2025. It is now read-only.
File tree 3 files changed +64
-558
lines changed
3 files changed +64
-558
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,12 @@ module.exports = {
137
137
icon : `src/images/icon.png` , // This path is relative to the root of the site.
138
138
} ,
139
139
} ,
140
- 'gatsby-plugin-sass' ,
141
- // this (optional) plugin enables Progressive Web App + Offline functionality
142
- // To learn more, visit: https://gatsby.dev/offline
143
- // `gatsby-plugin-offline`,
144
-
140
+ {
141
+ resolve : `gatsby-plugin-sass` ,
142
+ options : {
143
+ implementation : require ( 'sass' ) ,
144
+ } ,
145
+ } ,
145
146
{
146
147
resolve : `gatsby-plugin-mdx` ,
147
148
options : {
Original file line number Diff line number Diff line change 20
20
"gatsby-plugin-manifest" : " ^3.8.0" ,
21
21
"gatsby-plugin-mdx" : " ^2.8.0" ,
22
22
"gatsby-plugin-offline" : " ^4.8.0" ,
23
- "gatsby-plugin-sass" : " ^4.8 .0" ,
23
+ "gatsby-plugin-sass" : " ^5.9 .0" ,
24
24
"gatsby-plugin-sharp" : " ^3.8.0" ,
25
25
"gatsby-remark-copy-linked-files" : " ^4.5.0" ,
26
26
"gatsby-remark-images" : " ^5.5.0" ,
30
30
"js-search" : " ^2.0.0" ,
31
31
"lodash" : " ^4.17.21" ,
32
32
"marked" : " ^2.0.0" ,
33
- "node-sass" : " ^6.0.1" ,
34
33
"prism-react-renderer" : " ^1.2.0" ,
35
34
"prop-types" : " ^15.7.2" ,
36
35
"react" : " ^17.0.2" ,
40
39
"react-images" : " ^1.2.0-beta.7" ,
41
40
"react-live" : " ^2.2.3" ,
42
41
"react-modal-image" : " ^2.5.0" ,
42
+ "sass" : " ^1.49.9" ,
43
43
"unist-util-visit" : " ^2.0.3" ,
44
44
"use-dark-mode" : " ^2.3.1" ,
45
45
"uuid" : " ^7.0.3"
You can’t perform that action at this time.
0 commit comments