File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ async function generateReport(bundleStats, opts) {
153
153
} ) ;
154
154
const reportFilepath = path . resolve ( bundleDir || process . cwd ( ) , reportFilename ) ;
155
155
156
- writeToFs ( fs , reportFilepath , reportHtml )
156
+ writeToFs ( fs , reportFilepath , reportHtml ) ;
157
157
158
158
logger . info ( `${ bold ( 'Webpack Bundle Analyzer' ) } saved report to ${ bold ( reportFilepath ) } ` ) ;
159
159
@@ -169,7 +169,7 @@ async function generateJSONReport(bundleStats, opts) {
169
169
170
170
if ( ! chartData ) return ;
171
171
172
- writeToFs ( fs , reportFilename , JSON . stringify ( chartData ) )
172
+ writeToFs ( fs , reportFilename , JSON . stringify ( chartData ) ) ;
173
173
174
174
logger . info ( `${ bold ( 'Webpack Bundle Analyzer' ) } saved JSON report to ${ bold ( reportFilename ) } ` ) ;
175
175
}
You can’t perform that action at this time.
0 commit comments