DEV Community

Discussion on: Understanding the Modern Web Stack: Webpack - Loaders, Optimizations & Bundle Analysis

Collapse
 
xm2020 profile image
xingming2020

According to the doc of webpack-bundle-analyzer, you should import it like this:

const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
Enter fullscreen mode Exit fullscreen mode

Otherwise, there is a TypeError: BundleAnalyzerPlugin is not a constructor.