-
We've got some utils function in [here](https://github.com/mozilla/firefox-code-coverage-frontend/tree/master/src/utils) that we could add some tests for.
-
now that we have Neutrino up and running, we can work on refining our build process a little bit. @wlach, i'll basically write out a wishlist, and we can figure out what makes sense, and break out mor…
-
I am using neutrino and neutrinojs/react in my project and IE throws syntax error and points to the following code:
/***/ "./node_modules/webpack-dev-server/node_modules/strip-ansi/index.js":
/*…
kbrah updated
6 years ago
-
In #326 the ability to manually use multiple instances of certain types of middleware (including `neutrino-middleware-html-template`) was added, which helped reduce the boilerplate mentioned there.
…
-
For [Treeherder](https://github.com/mozilla/treeherder), we have a multi-page app that needs to use different custom templates for each page, rather than the stock template generated by html-webpack-p…
-
Right now the documentation lists out the requirements of using Neutrino or middleware:
> - Node.js v6.10+
> - Yarn or npm client
> - Neutrino v8
Now, in the root workspace package.json:
``…
-
I am trying to implement ssr for react and I have the following configuration:
The node configuration was removed for simplicity.
```
const AssetsPlugin = require('assets-webpack-plugin');
cons…
-
Currently when copying static assets, we copy like so:
```to: basename(neutrino.options.static)```
This means if we have `[source]/static/foo.bar` it copied to `[output]/static/foo.bar`:
https:…
-
If you pass a value for the `public` property to the dev-server middleware, the value isn't completely respected correctly:
```js
module.exports = {
use: [
['@neutrinojs/react', {
d…
-
getting following error when using `@neutrinojs/fork` (8.0.9) for react & node
```
> nn_fork@1.0.0 start /home/ubuntu/projects/nn_fork
> neutrino start
✖ Building project failed
WebpackOption…