reskript icon indicating copy to clipboard operation
reskript copied to clipboard

修改DefinePlugin中的参数报错

Open guowei1120 opened this issue 1 year ago • 1 comments

finalize: webpackConfig => { webpackConfig.plugins.forEach(item => { if (item instanceof DefinePlugin) { item.definitions['process.env.PUBLIC_URL'] = JSON.stringify(homepage); } }); return webpackConfig; } image

修改DefinePlugin中的参数,提示编译错误

guowei1120 avatar Dec 06 '23 08:12 guowei1120