I am a newcomer to the world of angularjs and webpack. I have been accustomed to working with angularjs using the following folder structure: app
js
- app.js
- controller.js
- service.js
- directive.js
- routes.js
- abc.js
- xyz.js
templates
- home.html
- faq.html
- abc.html
- xyz.html
- bcd.html
assets
css
- bootstrap.css
- style.css
- abc.css
js
- bootstrap.js
- tether.js
- popper.js
- wow.js
- jquery.js
- abc.js
img
- a.jpg
- b.jpg
font
- as.ttf
index.html
- package.json
- serve.js
Despite searching through various tutorials, I haven't been able to find an example that meets my specific requirements. Could anyone lend a hand in aiding me to bundle js files in the app, as well as js and css files in assets using webpack?