Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

124
Views
React imports since src

I have one problem with imports on React App when I add imports since src folder. I want to make this imports because when I am using visual studio code I go to other files through one click on the import.

Using ViteJS launcher.

Tree files

.
├── index.html
├── jsconfig.json
├── package-lock.json
├── package.json
├── src
│   ├── App.jsx
│   ├── context
│   │   └── index.jsx
│   ├── index.jsx
└── vite.config.js

jsconfig.json

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "src/*": ["src/*"]
    }
  }
}

App.js

// Import I want to use
import { Provider } from "src/context";

// Import without errors
import { Provider } from "context";

Bash error

[vite] Internal server error: Failed to resolve import "src/context" from "src/index.jsx". Does the file exist?
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!