Skip to content

Combine efforts with mozilla/neo? #339

Closed
@eliperelman

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions