Vue + iview package error unknown: Unexpected token

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
            }
          },
        ]
      }

seems to be caused by the failure of compiling ES6 by Wechat developer tools. In Wechat developer tools, you can set-> Project Settings-> ES6 to ES5, and tick it to preview normally

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b416e2-2c5a5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b416e2-2c5a5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?