File tree 5 files changed +380
-334
lines changed
5 files changed +380
-334
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ globals : {
3
+ __PATH_PREFIX__ : true
4
+ } ,
5
+ extends : `react-app`
6
+ } ;
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
plugins : [
3
- `gatsby-plugin-sass`
3
+ `gatsby-plugin-sass` ,
4
+ {
5
+ resolve : `gatsby-plugin-manifest` ,
6
+ options : {
7
+ name : `gatsby-starter-default` ,
8
+ short_name : `starter` ,
9
+ start_url : `/` ,
10
+ background_color : `#663399` ,
11
+ theme_color : `#663399` ,
12
+ display : `minimal-ui` ,
13
+ icon : `src/static/ap-icon.png` // This path is relative to the root of the site.
14
+ }
15
+ }
4
16
]
5
- } ;
17
+ } ;
Original file line number Diff line number Diff line change 15
15
"@fortawesome/free-brands-svg-icons" : " ^5.6.3" ,
16
16
"@fortawesome/react-fontawesome" : " ^0.1.4" ,
17
17
"gatsby" : " ^2.4.0" ,
18
+ "gatsby-plugin-manifest" : " ^2.3.3" ,
18
19
"react" : " ^16.8.6" ,
19
20
"react-dom" : " ^16.8.6" ,
20
21
"react-markdown" : " ^4.1.0"
27
28
"@storybook/addons" : " ^4.0.0" ,
28
29
"@storybook/react" : " ^4.0.0" ,
29
30
"babel-loader" : " ^8.0.4" ,
31
+ "eslint-config-react-app" : " ^5.1.0" ,
32
+ "eslint-plugin-react-hooks" : " ^2.3.0" ,
30
33
"gatsby-plugin-sass" : " ^2.0.2" ,
31
34
"node-sass" : " ^4.9.4" ,
32
35
"resolve-url-loader" : " ^3.0.0"
You can’t perform that action at this time.
0 commit comments