feat: generate Webpack stats in CI (#41993)

This commit is contained in:
Oliver Eyton-Williams
2021-05-05 16:32:22 +02:00
committed by GitHub
parent 26dc5a7fae
commit e7156dcc9e
6 changed files with 288 additions and 1 deletions

View File

@ -24,6 +24,13 @@ module.exports = {
},
pathPrefix: pathPrefix,
plugins: [
{
resolve: 'gatsby-plugin-webpack-bundle-analyser-v2',
options: {
analyzerMode: 'disabled',
generateStatsFile: true
}
},
'gatsby-plugin-react-helmet',
'gatsby-plugin-postcss',
{