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

Commit

Permalink
Added Missing BundleAnalyzerPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant8BITS authored and deptno committed May 10, 2018
1 parent bc6941c commit bac4344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const path = require('path')
const withTypescript = require('@zeit/next-typescript')
const withCSS = require('@zeit/next-css')
const {exportPathMap} = require('nextjs-export-path-map')
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer")


module.exports = withTypescript(
withCSS({
Expand Down

0 comments on commit bac4344

Please sign in to comment.