alias '@' to path.resolve(__dirname, './src') is not working · Issue #279 · vitejs/vite

Describe the bug Alias { '@': path.resolve(__dirname, './src') } is not working. Reproduction project structure: vite.config.js src ├── app.js ├── index.js vite.config.js: const path = require('pat...