Can't build multi file project
See original GitHub issueI do get errors with imports and multiple svelte files. You have that in your example, what am I missing, do I need to have some special config?
> src/App.svelte: error: Could not resolve "./Tailwindcss.svelte"
14 │ import Tailwindcss from "./Tailwindcss.svelte";
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
VS Code will not build c++ programs with multiple .ccp source ...
I had trouble to getting VS Code to compile multiple source files. It turned out to be that the workspace folder ...
Read more >Using code:blocks I am not able to compile multiple ... - Quora
Your entire project can't have more than one main function. So use main function in the cpp file which you want to start...
Read more >Cannot debug multiple files C++ project on MacOS #7282
It's possible. Try moving the project folder to desktop, for example.
Read more >2.8 — Programs with multiple code files - Learn C++
You already know how to create and compile single-file projects. Adding new files to existing projects is very easy. Best practice.
Read more >Can't create Linux Makefile solution with multiple projects
Create a Makefile Project in Visual Studio that uses your existing makefile to build your code in the IDE. (You will not have...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No I don’t use any additional plugins, just svelte-preprocessor. I will have a look into it again, and try some naming convention stuff later today
It’s been close to two months now, if you have any new details or leads we can keep this open but I think it makes sense to close this issue considering there isn’t anything in esbuild-svelte that should cause that behavior.
Thanks!