This repository was archived by the owner on Aug 10, 2022. It is now read-only.
File tree 9 files changed +2
-263
lines changed
9 files changed +2
-263
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const clay = require('clay-css');
2
2
const path = require ( 'path' ) ;
3
3
4
4
module . exports = {
5
- pathPrefix : '/gatsby-boilerplate' ,
5
+ // pathPrefix: '/gatsby-boilerplate',
6
6
plugins : [
7
7
'gatsby-plugin-meta-redirect' ,
8
8
{
@@ -34,9 +34,6 @@ module.exports = {
34
34
{
35
35
resolve : path . resolve ( __dirname , './plugins/gatsby-remark-code-label-extractor' ) ,
36
36
} ,
37
- {
38
- resolve : path . resolve ( __dirname , './plugins/gatsby-remark-foreach-icons' ) ,
39
- } ,
40
37
{
41
38
resolve : 'gatsby-remark-prismjs' ,
42
39
pluginOptions : {
@@ -46,9 +43,6 @@ module.exports = {
46
43
{
47
44
resolve : path . resolve ( __dirname , './plugins/gatsby-remark-use-clipboard' ) ,
48
45
} ,
49
- {
50
- resolve : path . resolve ( __dirname , './plugins/gatsby-remark-api-table' ) ,
51
- } ,
52
46
] ,
53
47
} ,
54
48
} ,
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = ({actions, stage}) => {
9
9
{
10
10
test : [
11
11
path . resolve ( __dirname , '../node_modules/wowjs' ) ,
12
- path . resolve ( __dirname , '../node_modules/metal-clipboard' ) ,
13
- path . resolve ( __dirname , '../node_modules/wedeploy' )
12
+ path . resolve ( __dirname , '../node_modules/metal-clipboard' )
14
13
] ,
15
14
loader : 'null-loader' ,
16
15
} ,
Original file line number Diff line number Diff line change 35
35
"clay-component" : " 2.13.0" ,
36
36
"clay-css" : " 2.13.0" ,
37
37
"clay-tooltip" : " 2.13.0" ,
38
- "countries-list" : " 2.4.2" ,
39
- "documentation" : " 9.3.1" ,
40
38
"gatsby" : " 2.0.104" ,
41
39
"gatsby-mdx" : " 0.1.4" ,
42
40
"gatsby-plugin-google-analytics" : " 2.0.12" ,
50
48
"gatsby-remark-prismjs" : " 3.2.3" ,
51
49
"gatsby-source-filesystem" : " 2.0.18" ,
52
50
"gatsby-transformer-remark" : " 2.2.2" ,
53
- "languages" : " 0.1.3" ,
54
51
"metal-clipboard" : " 2.0.1" ,
55
52
"metal-tabs" : " 2.3.1" ,
56
53
"netlify-identity-widget" : " 1.5.2" ,
60
57
"react" : " 16.8.6" ,
61
58
"react-dom" : " 16.8.6" ,
62
59
"react-helmet" : " 5.2.0" ,
63
- "react-live" : " 2.0.1" ,
64
- "wedeploy" : " 4.5.1" ,
65
60
"wowjs" : " 1.1.3"
66
61
},
67
62
"devDependencies" : {
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments