razzle-plugin-bundle-analyzer

4.2.18 • Public • Published

razzle-plugin-bundle-analyzer

This package contains a plugin for using webpack-bundle-analyzer with Razzle

Usage in Razzle Projects

yarn add razzle-plugin-bundle-analyzer

Using the plugin with the default options

// razzle.config.js

module.exports = {
  plugins: ['bundle-analyzer'],
};

With custom options:

// razzle.config.js

module.exports = {
  plugins: [
    {
      name: 'bundle-analyzer',
      options: {
        target: 'web', // or 'node'
        env: 'production', // or 'development'
        bundleAnalyzerConfig: {},
      },
    },
  ],
};

Options

target: string (defaults: 'web')

env: string (defaults: 'production')

bundleAnalyzerConfig: bundleAnalyzerOptions (defaults: {})

Use this to override webpack-bundle-analyzer options. Check all the options here: webpack-bundle-analyzer options.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.2.18576latest
4.0.1-canary.150canary

Version History

VersionDownloads (Last 7 Days)Published
4.2.18576
4.2.17222
4.2.16478
4.2.150
4.2.1428
4.2.131
4.2.121
4.2.111
4.2.100
4.2.91
4.2.817
4.2.71
4.2.60
4.2.50
4.2.40
4.2.30
4.2.21
4.2.11
4.2.00
4.1.01
4.0.62
4.0.50
4.0.40
4.0.30
4.0.20
4.0.10
4.0.1-canary.150
4.0.1-canary.140
4.0.1-canary.130
4.0.1-canary.120
4.0.1-canary.111
4.0.1-canary.100
4.0.1-canary.91
4.0.1-canary.80
4.0.1-canary.70
4.0.1-canary.60
4.0.1-canary.51
4.0.1-canary.40
4.0.1-canary.31
4.0.1-canary.20
4.0.1-canary.11
4.0.1-canary.00
4.0.0-canary.501
4.0.0-canary.471
4.0.0-canary.460
4.0.0-canary.450
4.0.0-canary.440
4.0.0-canary.431
4.0.0-canary.421
4.0.0-canary.411
4.0.0-canary.400
4.0.0-canary.390
4.0.0-canary.380
4.0.0-canary.370
4.0.0-canary.361
4.0.0-canary.350
4.0.0-canary.340
4.0.0-canary.330
4.0.0-canary.320
4.0.0-canary.310
4.0.0-canary.300
4.0.0-canary.290
4.0.0-canary.282
4.0.0-canary.250
4.0.0-canary.240
4.0.0-canary.220
4.0.0-canary.210
4.0.0-canary.200
4.0.0-canary.190
4.0.0-canary.180
4.0.0-canary.170
4.0.0-canary.161
4.0.0-canary.151
4.0.0-canary.141
4.0.0-canary.120
4.0.0-canary.110
4.0.0-canary.101
4.0.0-canary.90
4.0.0-canary.80
4.0.0-canary.70
4.0.0-canary.60
4.0.0-canary.51
4.0.0-canary.40
4.0.0-canary.30
4.0.0-canary.21
4.0.0-canary.11
4.0.0-canary.00
1.2.0106
1.1.31
1.1.01
1.0.220
1.0.10
1.0.01

Package Sidebar

Install

npm i razzle-plugin-bundle-analyzer

Weekly Downloads

1,480

Version

4.2.18

License

MIT

Unpacked Size

7.75 kB

Total Files

5

Last publish

Collaborators

  • jaredpalmer
  • nima_arf
  • razzle-bot