beginner, excuse me. 1. Question tried to wrap my js file with UMD writing, but failed in the vue + webpack project after using normal writing. After npm run dev, the console reported an error 2. (1) File directory: 2:example1.js example2.js ...
I expect to use webpack + AMD to handle angularjs1.3, hoping to make the code structure feel better (I actually want to try it). Now I ve created a loginModule, but can t find the module I defined in controller.js. The code is as follows: index.js r...