I can only see the actual app under /public.
/public
The configs in webpack.config.js are below:
webpack.config.js
var path = require(\'path\
You can also add the --content-base flag to your start-up script, e.g.
--content-base
"scripts": { "start:dev": "webpack-dev-server --inline --content-base ./public" }