You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the way it is in #105 is quite good. I don't see big tradeoffs. We use native ES6 templates that allow us to reduce code doublication and therefore a source of possible mistakes. Webpack blocks makes this aproach feasable.
I would however move from the custom build/start scripts to just spawing the webpack cli, as this allows us to completely remove traces of the flavor on eject and not litter the working directory with scripts. (we could add this later on, as this doesnt matter pre-eject)
I think the init question should be part of the flavor, not part of CCA, because they are only used by the flavor.
This issue to discuss if, when, and how, to bring TS and JS together within CCA & cycle-scripts.
Issues that emerged from this:
The text was updated successfully, but these errors were encountered: