All Projects → tj → neutrino-preset-visualizer

tj / neutrino-preset-visualizer

Licence: MIT license
Webpack visualizer as a Neutrino preset

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to neutrino-preset-visualizer

neutrino-webextension
Neutrino 9 preset for WebExtension/Chrome extension development with hot reload and framework devtools.
Stars: ✭ 31 (-22.5%)
Mutual labels:  neutrino, neutrino-preset
react-starter
ARCHIVED: Please use @neutrinojs/create-project
Stars: ✭ 32 (-20%)
Mutual labels:  neutrino
mypy-playground
The mypy playground. Try mypy with your web browser.
Stars: ✭ 58 (+45%)
Mutual labels:  neutrino
express-starter
ARCHIVED: Please use @neutrinojs/create-project
Stars: ✭ 14 (-65%)
Mutual labels:  neutrino
neutrino-preset-react-components
Create generic React components and previewing them without the need to embed in an application. Plays nicely with other Neutrino middleware, so you can build, test, preview, and publish multiple React components from a single repository.
Stars: ✭ 62 (+55%)
Mutual labels:  neutrino
Neutrino
Create and build modern JavaScript projects with zero initial configuration.
Stars: ✭ 3,844 (+9510%)
Mutual labels:  neutrino
neutrino-preset-typescript
A Neutrino preset that supports building Typescript web applications
Stars: ✭ 16 (-60%)
Mutual labels:  neutrino

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"
    ]
  }
}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].