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
Protip, nwb's config is designed to work globally or locally, so you don't have to immediately add it to new projects to use it 😸
$ nwb new react-component react-component -fCreating a react-component project... create .gitignore create .travis.yml create CONTRIBUTING.md create README.md create demo\src\index.js create nwb.config.js create package.json create src\index.js create tests\.eslintrc create tests\index.test.js√ Installing react and react-dom√ Initing Git repo
λ cd react-component\
λ npm start -- --no-clear
> react-component@1.0.0 start C:\Users\Jonny\repos\nwb-manual-tests\react-component
> nwb serve-react-demo "--no-clear"Starting Webpack compilation...i 「wds」: Project is running at http://localhost:3000/i 「wds」: webpack output is served from /i 「wds」: Content not from webpack is served from C:\Users\Jonny\repos\nwb-manual-tests\react-componenti 「wds」: 404s will fallback to /index.htmlCompiled successfully in 1709 ms.The app is running at http://localhost:3000/
(I really need to do something about that new [wds] logging)
This issue is a:
Thanks for 0.24.0 release. I have upgraded and have error with loading demo page.
Steps to reproduced (on new setup):
Demo page has not loaded 404. Also have tried with webpack.html.template - the same issue.
nwb: 0.24.0
node: 11.10.1
yarn: 1.16.0
The text was updated successfully, but these errors were encountered: