npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

neutrino-preset-visualizer

1.0.0

@tjholowaychuk

npmSnykSocket
Downloads:2
$ npm install neutrino-preset-visualizer
DailyWeeklyMonthlyYearly

neutrino-preset-visualizer

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

Installation

Grab the preset:

$ yarn add -D neutrino-preset-visualizer

Add it to your package.json:

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