How to add packaging for projects in the angular1+require.js framework

the current project uses the angular1+require.js framework, which was done by people in the past, and the code levels are divided according to controllers, directives, and services. There are no packaged functions
how to add packaged features to this project, what tools to use, and how to configure


use require.js for modularization, you can use webpack

Menu