I am new to Webpack module bundler. I am making a simple application in AngularJS with Webpack.
My application is running properly by executing command npm start which runs in development mode.
Now I want to deploy it on tomcat server. But, when I searched on internet, everyone is saying execute command npm run deploy to deploy. (Source: link)
Is there any way to deploy webpack application on tomcat server?