1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

add gatsby-plugin-webpack-size

This commit is contained in:
Matthias Kretschmann 2019-12-10 22:07:58 +01:00
parent 3ac5253999
commit 30d01f227d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,7 @@ module.exports = {
icon: config.siteIcon
}
},
'gatsby-plugin-webpack-size',
'gatsby-plugin-offline',
{
resolve: 'gatsby-plugin-google-analytics',

View File

@ -36,6 +36,7 @@
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-sitemap": "^2.2.22",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-remark-autolink-headers": "^2.1.19",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-component": "^1.1.3",