neutrino-preset-dev-errors

5.0.1 • Public • Published

neutrino-preset-dev-errors

neutrino npm

What is it?

Neutrino preset to output error on the browser window

demo dev error

Requirements

  • Installed neutrino version 5+

Installing

npm install -D neutrino-preset-dev-errors

How to use?

Using is very simple. Just to add neutrino-preset-dev-errors after your main neutrino-preset-(web|react|node|etc.)

// package.json
{
  ...
  "neutrino": {
    "use": [
      "neutrino-preset-web",
      "neutrino-preset-dev-errors" // here <---
    ]
  }
  ...
}

Other my presets:

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i neutrino-preset-dev-errors

      Weekly Downloads

      1

      Version

      5.0.1

      License

      GPL-3.0

      Unpacked Size

      33 kB

      Total Files

      4

      Last publish

      Collaborators

      • sbovyrin