finalize: webpackConfig => { webpackConfig.plugins.forEach(item => { if (item instanceof DefinePlugin) { item.definitions['process.env.PUBLIC_URL'] = JSON.stringify(homepage); } }); return webpackConfig; } <img width="747" alt="image" src="https://github.com/ecomfe/reskript/assets/22770241/8e2defee-3872-4b1f-9143-1a66411a2fa6"> 修改DefinePlugin中的参数,提示编译错误