Closed
Description
This repo is very similar to the efforts put into mozilla/neo, including simple project scaffolding and zero initial configuration. A key difference between create-react-app and Neo is that Neo supports modifying/merging building configurations without having to do an eject. For example, if I wanted to override or add a particular webpack configuration, you can do so by creating a new config file that requires one from Neo, change a value, and export the new config. You can then pass this new config to the Neo cli from npm scripts. [1]
Do you think this has value, and maybe our efforts can be combined by moving Neo functionality to create-react-app?
[1] https://github.com/mozilla/neo/tree/master/commands/init/templates#building
Metadata
Assignees
Labels
No labels