Ed Morley
Ed Morley
What would replace it? :-)
I think there are a few overlapping questions here: 1. what test locations should Neutrino and/or its presets default to? 2. should users be able to override these default locations?...
> I can see in the build logs that the job published packages to NPM. But why? It's not a real NPM server - see: https://github.com/neutrinojs/neutrino/blob/master/scripts/test-create-project-ci.sh
@constgen Thank you for working on this :-) Before it can be merged (and so before spending time on review), we need to have CI passing, which is blocked on...
Yeah that works too :-)
@davidje13 Hi! The upstream AirBnB preset itself is designed to be React specific -- they have a base version without that, that Neutrino also offers: https://neutrinojs.org/packages/airbnb-base/ So if using AirBnB...
Hi! Yeah the `@neutrinojs/react-components` preset currently presumes the output is going to be consumed by a project using a bundler such as webpack, rather than direct browser usage. This is...
A few thoughts: 1. In the case where the user has a `.browserslistrc`, would they expect/want Neutrino to use it by default rather than needing to be opt-in? 2. Should...
I'd forgotten we'd discussed in as much depth at that time - doh! > 1. note that it can come from other places too Ah yes I'd forgotten this. TBH...
At this point I'm open to pretty much any of the options! Could you describe a bit more about migration path for existing vs new projects?