-
In #3536, the handling of nested yarn commands was changed, such that the outer yarn invocation sets a `YARN_SILENT` environment variable, which causes the child yarn processes to behave the same as i…
-
Thanks for fixing https://github.com/mozilla-neutrino/neutrino-dev/issues/689
It looks like the community middleware list is correctly displaying are entries now. But the [community preset](https:/…
-
**STR:**
1. Download this testcase: https://github.com/edmorley/neutrino-dev/archive/testcase-oao-parallel.zip
2. Push to a new test repo that has Travis enabled
**Expected:**
The Travis run pas…
-
please check repo for full example
https://github.com/hashtd/neutrino_sass_issue
in neutrino version 8.0.10 sass-loader in working fine , but same config giving error in 8.0.16
```
const p…
-
When using the stylelint preset (thanks for that by the way!) linting fails when using the latest stylelint-config-standard (a popular preset), because it includes an unrecognised rule.
`Error: Und…
-
Hi!
When we use redux's `connect`, we can add some actions to component's props. But we don't want to define them in component's PropTypes because we don't want to pass these actions from the outside.…
-
lower case files name and kebab-case is far less error prone across different os.
I recommend all files created by neutrino(create-project) be lower cased only.
-
I would love to disable `extract` in one of my project, but got this error when I run `yarn build`:
```
yarn build
yarn run v1.3.2
$ neutrino build
✖ Building project failed
./src/test.css
Mo…
-
Thanks for a great project and bringing the stylelint preset into core.
What version of Neutrino are you using?
7.4.0
Are you trying to use any presets? If so, which ones, and what versions?
…
-
After updating to Webpack 4 I've got following warning:
```
WARN: Server `devtool` in webpack config should be set to `source-map` or `inline-source-map`
```
But Webpack 4 have a lot of defaults…