react 引入路径配置

572 阅读1分钟

jsconfig.json

 {
    "compilerOptions": {
      "baseUrl": "src"
    },
    "include": ["src"]
  }
@import 'styles/public.scss';

import PageLoading from 'shareComponents/Loading/PageLoading'