fix: code workspace path error
This commit is contained in:
@@ -140,7 +140,7 @@ async function viteImportMapPlugin(
|
||||
// 未生成importmap时,抛出错误,防止被turbo缓存
|
||||
if (!installed && !isSSR) {
|
||||
installError && console.error(installError);
|
||||
throw new Error('importmap install failed.');
|
||||
throw new Error('Importmap installation failed.');
|
||||
}
|
||||
},
|
||||
enforce: 'post',
|
||||
|
Reference in New Issue
Block a user