-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Step 11 tutorial missing step #218
Comments
Yep, that looks to be a small oversight. Can you submit a PR to fix it? |
Raised issue, asked to to PR. reactjs#218 (comment)
Raised issue, asked to to PR. #218 (comment)
Small fix, now that
contains also |
Thanks a ton for the heads-up guys. |
the |
Correct, the issue persists if webpack.config.js is not amended in a similar way at this first step of booting a prod server: @spik3s: thanks. |
To add a bit more information:
The only remaining issue is updating the path in webpack .config.js is now listed twice, so those following the tutorial will still get stuck. Adding a PR. |
Raised issue, asked to to PR. reactjs/react-router-tutorial#218 (comment)
Great tutorial! Thank you :)
Step 11 seems to be missing something. I keep getting the error:
Uncaught SyntaxError: Unexpected token < (bundle.js:1)
I'm pretty sure the cause is that it's missing:
publicPath: '/'
from
webpack.config.js
The text was updated successfully, but these errors were encountered: