-
I'd like for an app that I run with neutrino-preset-node to use _real_ environment variables (not transpiled in).
How can we do this?
-
This happens when I launch the project:
```
yarn start
yarn run v1.5.1
$ neutrino start
TypeError: Cannot read property 'rules' of undefined
at neutrino.config.module.rule.use.tap.option…
evliu updated
6 years ago
-
- What version of Neutrino are you using?
latest
- Are you trying to use any presets? If so, which ones, and what versions?
"@neutrinojs/airbnb": "^8.2.2",
"@neutrinojs/jest": "^8.2.2"…
-
Hi!
**Do you want to request a *feature* or report a *bug*?**
A bug.
**STR:**
1. Clone https://github.com/edmorley/yarn-unmet-peerdependency-testcase
2. From the repo root, run: `rm -rf node_…
-
`yarn create @neutrinojs/project` gives you something like this:
```
module.exports = {
use: [
'@neutrinojs/airbnb',
[
'@neutrinojs/react',
{
html: {
…
-
### Bug
- What version of Neutrino are you using: latest (8.2.2)
When bootstrapping a new project with `yarn create @neutrinojs/project `, this missing package causes it fail silently while inst…
-
Have spent 2 days without result to integrate decorators transpilation to Babel on project with `neutrino-preset-react`. The issue is not reproduced on the same code base but on `neutrino-preset-web`.…
-
I just tried to update the docs by running `yarn docs:deploy`.
This resulted in the following new commit:
https://github.com/mozilla-neutrino/neutrino-dev/commit/283141654a49255243718b0cfe5a1fedd8…
-
Webpack 4 has now been released. Whilst their docs have not yet been updated (eg webpack/webpack.js.org#1856 and friends) - it would be good to start looking at what we need to do to support webpack 4…
-
Test suite: https://mega.nz/#!mRlWkToS!7o74K5v1RKOAJ64JxQ8bAG77Ch6YUgP4ugmQ9Fj0a6o
That is a minimal config to reproduce the issue.
Run `npm run lint`. It will find a single ESLint rules violati…