Hello guys, I think you should not use '\' in path.join. ``` <script src="static\manager.bundle.js"></script> ``` Firefox does not like this ``` GET http://localhost:9001/static%5Cmanager.bundle.js [HTTP/1.1 404 Not Found 1ms] ```
Hello guys, I think you should not use '' in path.join.
Firefox does not like this