neutrino-preset-dev-errors
v5.0.1
Published
Neutrino preset for supporting output error to browser page
Downloads
14
Maintainers
Readme
neutrino-preset-dev-errors
What is it?
Neutrino preset to output error on the browser window
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 <---
]
}
...
}