mpx icon indicating copy to clipboard operation
mpx copied to clipboard

fix: 修复defineOptions使用ObjectMethod语法构建报错

Open mackwang112 opened this issue 2 months ago • 0 comments

当 defineOptions 存在 ObjectMethod 语法构建报错

TypeError: Cannot read properties of undefined (reading 'start')
    at compileScriptSetup (/node_modules/@mpxjs/webpack-plugin/lib/script-setup-compiler/index.js:608:51)
  defineOptions({
    ready() {}, // 报错
    ready: function (){} // 正常
  })

mackwang112 avatar Nov 11 '25 11:11 mackwang112