I use webpack build my vue project, and build with "build --win --x86 --mirror https://npm.taobao.org/mirrors/nwjs/ .". But app can not run in right way, I log something then I found js stoped in a dependencies module function(macaddress module). Here is part of my package.json
I use webpack build my vue project, and build with "build --win --x86 --mirror https://npm.taobao.org/mirrors/nwjs/ .". But app can not run in right way, I log something then I found js stoped in a dependencies module function(macaddress module). Here is part of my package.json
What did I missing? Appreciate !