analyse

July 29, 2023 ยท View on GitHub

http://webpack.github.io/analyse

Running

You can generate the required JSON file for this tool by running webpack --profile --json > stats.json

Build

Development:

grunt dev

Production:

grunt

Publish:

grunt deploy

Contents

  1. 1Running
  2. 2Build