valentinnodan / mdx-intellij-plugin

MIT License
8 stars 2 forks source link

Path alias not working #30

Open artola opened 3 weeks ago

artola commented 3 weeks ago

The following snippet is correct from TS point of view, and the app compiles correctly, but the IDE shows Module is not installed. I would say that the plugin does not understand the aliases.

import Button from '@/button';

<Button>👋 Hello</Button>

image

Build #WS-241.17890.13, built on June 4, 2024