wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.49k stars 1.18k forks source link

Side effect imports don't report non-existent paths #2001

Open sodic opened 5 months ago

sodic commented 5 months ago

Steps to reproduce:

  1. Go into a Wasp app (I tried waspc/todoApp).
  2. Add a side-effect import of something that doesn't exist (I tried it in the client code, don't know about the server):

    import 'something'
    // rest of code
  3. Witness the lack of an error.
sodic commented 5 months ago

@infomiho believes this is caused by Vite.