cra中使用相对路径


1.配置

tsconfig.json中加入如下配置

{
  "compilerOptions": {
    "baseUrl": "src"
  },
  "include": ["src"]
}

2.而后便可以相对于src路径引入

不再需要 ../../../繁琐模式

import { modulList, commonKeyList, secondTable, list } from 'package/constant'

文章作者: KarlFranz
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 reprint policy. If reproduced, please indicate source KarlFranz !
评论
  目录