When compiling vue-cli3.0, you can't compile it if you just add one. How to solve the problem?

just added a file to the file min.js, did not introduce import, unexpectedly can not run,
reported an error. I don"t know why

memory overflow:
JavaScript heap out of memory

 60% building modules 423/463 modules 40 active ...ockjs-client\lib\event\trans-message.jsFATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
 1: 00007FF7AC86ACB5 
 2: 00007FF7AC8444E6 
 3: 00007FF7AC844EF0 
 4: 00007FF7ACAD47FE 
 5: 00007FF7ACAD472F 
 6: 00007FF7AD008964 
 7: 00007FF7AD0066F8 
 8: 00007FF7ACBB12FB 
 9: 00007FF7ACEA09C0 
10: 0000026985FDC5C1 
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! iview-admin@2.0.0 dev: `vue-cli-service serve --open`
npm ERR! Exit status 134
npm ERR! 
npm ERR! Failed at the iview-admin@2.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2018-10-22T12_49_08_442Z-debug.log
Sep.08,2021

Please post the code

Menu