-
As part of #326, one of my initial (/naive) attempts at reducing the duplication looked like:
```js
const { join } = require('path');
const htmlTemplate = require('neutrino-middleware-html-templa…
-
There have been a number of issues since we began including `@neutrinojs/minify` (minimizing babel, styles, images) in core presets: #678, #673, #700
My preference would be to scale back what the c…
-
I think it would be nice to provide the webpack-dashboard as a visualization option using something like:
```bash
neutrino start --dashboard
```
https://github.com/FormidableLabs/webpack-dashb…
-
IMHO the library preset should configure babel to compile to standard ES5 to be consumable by uglify, incuding async/await and other language features.
-
Looking for advice on the best way to add a linters for additional resource types, (e.g. `stylelint`, `htmllint`).
`@neutrinojs/eslint` registers tasks: `lint` and `eslintrc`.
When factoring in …
-
Neutrino has a `--debug` CLI option, which currently only affects two things:
* it enables `babel-preset-env` debug mode
* it causes `--inspect` to be passed to `start-server-webpack-plugin`
I've…
-
With a config like this:
```
neutrino.use('@neutrinojs/vue');
neutrino.use('@neutrinojs/eslint', {
eslint: {
baseConfig: {
extends: [
'plugin:vue/r…
-
I am trying out neutrino and I have the requirement to use SASS (or SCSS). I can't get it to work. Only the App.css gets compiled and the styles.sass is ignored. I have also tried to add an include pa…
-
### Bug or issue?
Issue with resolution
Please try to answer the following questions:
- What version of Neutrino are you using?
` "neutrino": "^8.2.3",`
- Are you trying to use any p…
-
Hi,
I'm trying to create a new preset and cannot find good example of how to test one. Is there a good example of integration tests with neutrino to check that created config is good?