cyclejs-community / create-cycle-app

Create Cycle.js apps with no build configuration.
ISC License
238 stars 21 forks source link

Enable to customize devServer's historyApiFallback option #119

Closed ghostrick closed 4 years ago

ghostrick commented 6 years ago

This is necessary when using the router library such as cyclic-router.

$ npm start -- --enable-fallback or $ ENABLE_FALLBACK=true npm start

Please let me know if you find my mistake. I am still immature, but I am very interested in the activities of the Cycle.js community.

jvanbruegge commented 6 years ago

@Ghistrick If you want customization of the flavor without eject, I suggest you use the one-fits-all flavor. There you have full control over the weboack config

ghostrick commented 6 years ago

@jvanbruegge ok!! Thank you!!!