cleverpp

Results 3 comments of cleverpp

+1, i have same problem。 after debugging, I found that it is caused by the following code at 'rollup/src/utils/options/normalizeOutputOptions.ts' ``` ... preserveModulesRoot: getPreserveModulesRoot(config), .... const getPreserveModulesRoot = ( config: OutputOptions...

@yodagg 我跟踪了报错的源头,从react-router的issue【https://github.com/remix-run/react-router/issues/9241】中找到了原因。 你也检查下你全局的typescript版本,升级到最新后解决。