could you tell me how to deal with this problem?
tried to modify biuld/webpack.base.conf.js, but it didn"t work
{
test: /\.js$/,
include: [resolve("src"), resolve("test"), resolve("static/iview/message/index.js")],
use: [
"babel-loader",
{
loader: "mpvue-loader",
options: {
checkMPEntry: true
}
},
]
}