I am new to webpack needed help .When i am trying to setup Local environment. I cannot see the dist folder in browser.
how can i configure webpack for local environment for this files to be included in browser and also hot module replacement is not working even though i setup the middleware in Startup.cs
I am new to webpack needed help .When i am trying to setup Local environment. I cannot see the dist folder in browser. how can i configure webpack for local environment for this files to be included in browser and also hot module replacement is not working even though i setup the middleware in Startup.cs
--Setup middleware on StartUp
--snapshot on dev environment
-snapshot on local environment