Everything running fine, but could not able to find where is my dist folder.I am using publicPath as per documentation, still dist folder seems to coming from memory.
Th
still dist folder seems to coming from memory
Most likely because you're using webpack-dev-server (that's what it does).
webpack-dev-server
If you want your bundled assets to be actually written to disk, run webpack.
webpack