Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit bac4344

Browse files
nishant8BITSdeptno
authored andcommitted
Added Missing BundleAnalyzerPlugin
1 parent bc6941c commit bac4344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ const path = require('path')
22
const withTypescript = require('@zeit/next-typescript')
33
const withCSS = require('@zeit/next-css')
44
const {exportPathMap} = require('nextjs-export-path-map')
5+
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer")
6+
57

68
module.exports = withTypescript(
79
withCSS({

0 commit comments

Comments
 (0)