如下图,在插件中安装了npm-moment包,引入的时候报错了,看了下别的问题是要放在plugin目录下,
可是还是报错。。
已解决,require时需要用相对路径,
const moment = require(’…/miniprogram_npm/moment/index.js’)