question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't build multi file project

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alexanderniebuhrcommented, Jan 26, 2021

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

0reactions
EMH333commented, Mar 22, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found