1.0.0 • Published 7 years ago

neutrino-preset-visualizer v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

neutrino-preset-visualizer

Webpack visualizer as a Neutrino preset to view where space is allocated. Outputs ./build/stats.html.

npm.io

Installation

Grab the preset:

$ yarn add -D neutrino-preset-visualizer

Add it to your package.json:

{
  "neutrino": {
    "use": [
      "neutrino-preset-react",
      "neutrino-preset-visualizer"
    ]
  }
}

npm.io npm.io