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
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
Seems related to the use of browersync-sp (https://github.com/shakyShane/browser-sync-spa) a but Fountain rc1 includes it by default... Can you check that it's loaded in your browsersync conf?
Description
When generating a new project (using version 1.0.0-rc1), nested route don't work.
Error Message & Stack Trace
Not much relevant, but the browser's console prints 404 for http://localhost:3000/path/index.js when requesting http://localhost:3000/path/path2
Config
Copy the content from
.yo-rc.json
:Environment
Tell us which operating system you are using, as well as which versions of Node.js, npm, and yo. Run the following to get it quickly:
I fixed the bug locally by modifying the generated webpack config, replacing the output filename "'index.js'" by "'/index.js'".
The text was updated successfully, but these errors were encountered: