1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Corrects Typo from next-bundle-analyzer/readme.md (#5939)

c.f. https://github.com/zeit/next-plugins/blob/master/packages/next-bundle-analyzer/readme.md
This commit is contained in:
Martin Alix 2018-12-23 13:59:51 -05:00 committed by Tim Neutkens
parent 24400d1e61
commit b5fa6c5969

View file

@ -10,7 +10,7 @@ const nextConfig = {
}, },
browser: { browser: {
analyzerMode: 'static', analyzerMode: 'static',
reportFilename: './bundles/client.html' reportFilename: '../bundles/client.html'
} }
}, },
webpack (config) { webpack (config) {