node.js - How to ignore node_modules when cordova prepare
阿神2017-05-16 13:43:35
0
1
566
When I use cordova normally, the speed is very fast, but since the node package was introduced, the speed is very slow. I don’t know if it is because of copying node_modules to platforms. How can I ignore node_modules?
Alas, it seems that many of my questions are self-asked and self-answered. . . . . I found a solution, it’s actually very simple, I’m stupid, just move node_modules out of the www directory
Alas, it seems that many of my questions are self-asked and self-answered. . . . .
I found a solution, it’s actually very simple, I’m stupid, just move node_modules out of the www directory