Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 2edd6f3

Browse files
authored
Unexpected "," in the BundleAnalyzerPlugin
1 parent 5605543 commit 2edd6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
analyzerMode: 'server',
1212
analyzerPort: 8888,
1313
openAnalyzer: true,
14-
}),
14+
})
1515
);
1616
}
1717
}

0 commit comments

Comments
 (0)