
I am trying to bundle a angular project into a single file (js, css and html). I’ve managed to get the html and css working and js is also inline now (using HtmlWebpackInlineSourcePlugin). The js files generated after minification are like below: The vendor, main and polyfill are inline in the index.html. But I see ..
Recent Comments