-
Following the [Running the application](https://github.com/jaegertracing/jaeger-ui#running-the-application) instructions in the readme results in the following error:
```
$ yarn install
yarn instal…
-
### Bug or issue?
Please try to answer the following questions:
- What version of Neutrino are you using? 9.0.0-rc.0
- Are you trying to use any presets? If so, which ones, and what versions? n…
-
If you override the `output` directory like so:
```js
module.exports = {
options: {
output: '../build'
},
use: ['neutrino-preset-react']
};
```
The `clean` middleware/plugin no …
-
I am getting "go: error loading module requirements" which is probably some result of changes in a "go get" logic. My experience with go is limited, but if I find workaround, I'll try to send a merge …
-
## Description
Hi!
Currently mkdocs-material includes inline styles in the generated HTML, which means the insecure `'unsafe-inline'` source has to be used for the [style-src](https://developer.mo…
-
Hey folks, tool like this one https://github.com/facebook/create-react-app/blob/5352a0c0467dcf3e873dfc7b93930515c373149d/packages/babel-preset-react-app/dependencies.js#L34 they are doing micro-optimi…
-
We had a solution that worked just fine in aspnet core 2.0, but have recently upgraded to v2.1 and are now finding that our method for logging out a request correlation id is not behaving the way it u…
-
### Summary
As seen in #380, users sometimes don't follow the docs recommendations, and store eslint configuration outside of Neutrino. As part of this, they may also override `neutrino-middleware-…
-
Hi,
I wanted to test some things. I faced trouble to get the clone up and running:
I get an error trying to develop (`yarn start`):
```
StyleGuide.js:1 Uncaught Error: Cannot find module "rsg-c…
-
IS:
Currently no default env is set. This leads to lint errors (window, document) when migrating existing projects.
SHOULD:
The default evironment should be `browser`.