WizzStudio / FLWAPP

Connecting Mentor & Elite With Lightweight Platform.
5 stars 2 forks source link

build过程出现 module "npm/mockjs/dist/mock.js" is not defined #1

Open ACERY1 opened 6 years ago

ACERY1 commented 6 years ago

删掉./node_modules/mockjs/dist/mock.js:1476

var Canvas = module.require('canvas') 这一行是mockjs的依赖,编译失败会使 /dist/npm下的mock.js无法编译通过。解决方法就是如上