Ed Morley

Results 642 comments of Ed Morley

> You can console.log(module.exports) in webpack.config.js to check if it matches your expectations Printing the object directly works for some parts of it, but others will be a bit quirky....

Hi! With Neutrino 9 (current `master`, docs at https://master.neutrinojs.org/) the Jest options are more configurable than with Neutrino 8's jest preset (since it had a few bugs) - so this...

> However I agree this would be good to have working out of the box ie: Have `testRegex` use both `neutrino.options.tests` and `neutrino.options.source`.

Users could be passing custom options into the loader (via `.neutrinorc.js` customisation), and the new plugin supports different options. As such it's unfortunately a breaking change.

I think we should definitely compare `@neutrinojs/react` against CRA regularly, and use them both as a source of inspiration, and as a datapoint when making decisions. Though I suppose one...

Hi! Thank you for filing an issue. It's generally best for issues to only be about one bug/feature requests at a time, since it makes them easier to track/prevents the...

> It's generally best for issues to only be about one bug/feature requests at a time, since it makes them easier to track/prevents the potentially unrelated conversations from each getting...

One issue with baking support into the compile preset is that it then means everyone gets the typescript dependencies - I'm presuming they are not very lightweight, once type checker...

Vue's pages for reference: https://vuejs.org/v2/guide/ssr.html https://ssr.vuejs.org/ Though reading through those (I've not set up SSR myself before, so served as a starting point) makes me wonder how useful a guide...

The context was: https://mozilla.logbot.info/frontend-infra/20181022#c15502381-c15502515