rwieruch / minimal-react-webpack-babel-setup

The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?

Home Page:https://www.robinwieruch.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

index.html page in dist folder cannot be opened without a local server

DomDumont opened this issue · comments

Hi,
Thanks for your boilerplate.
if you add a dot before '/bundle.js' we will be able open the html file directly (without a local server)

Please do

<script src="./bundle.js"></script>

instead of

<script src="/bundle.js"></script>

Thanks

Thanks for reporting this. Can you open a PR for it? :)

Sure, it's done. Have a nice day

Thank you :)