在3.5.2 引用 lodash 安装后 使用不了 使用的安装命令是
npm install --save @types/lodash
npm install lodash @types/lodash --save
然后发布到web上的时候报
node_modules/lodash/lodash.js as it exceeds the max of 500KB.
有没有懂的大佬 求指点下
在3.5.2 引用 lodash 安装后 使用不了 使用的安装命令是
npm install --save @types/lodash
npm install lodash @types/lodash --save
已解决了哈