feat: generate Webpack stats in CI (#41993)
This commit is contained in:
committed by
GitHub
parent
26dc5a7fae
commit
e7156dcc9e
@ -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',
|
||||
{
|
||||
|
Reference in New Issue
Block a user