Skip to content

Commit 4b425d6

Browse files
committed
Update(mdj): new prod push to netlify
1 parent 62664c1 commit 4b425d6

File tree

4 files changed

+279
-336
lines changed

4 files changed

+279
-336
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ yarn-error.log
6969

7070
# Yarn Integrity file
7171
.yarn-integrity
72+
73+
# Local Netlify folder
74+
.netlify

gatsby-config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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`,

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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",
@@ -38,7 +38,7 @@
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",
@@ -48,7 +48,6 @@
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",

0 commit comments

Comments
 (0)