This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
Protect developers against accidental import/require between client and server #425
Labels
in-discussion
We are still discussing how to solve or implement it
I just killed our app by including a module from /server into a /client module and then of course that module can’t be loaded in the browser (javascript error in runtime).
It would be a nice safety net if this was detected by the import/require scanner in meteor build tools and reported as an error.
The text was updated successfully, but these errors were encountered: