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:
parent
24400d1e61
commit
b5fa6c5969
|
@ -10,7 +10,7 @@ const nextConfig = {
|
||||||
},
|
},
|
||||||
browser: {
|
browser: {
|
||||||
analyzerMode: 'static',
|
analyzerMode: 'static',
|
||||||
reportFilename: './bundles/client.html'
|
reportFilename: '../bundles/client.html'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
webpack (config) {
|
webpack (config) {
|
||||||
|
|
Loading…
Reference in a new issue