Currently, in my Angular4 App with Webpack, after executing the ng-build --prod command to build the application, I noticed that while the assets folder is present in the dist directory, the css and js files are not bundled or minified.
I am seeking guidance on how to bundle and minify the js and css files within my assets folder.