Compiled app doesn't start
See original GitHub issueBug report
I’ve been trying to understand this all day. If I specify runtimeChunk
, and (maybe?) it gets minified my app doesn’t start. If I comment out runtimeChunk
my app starts. The sources all look okay and are loading, but the entry point doesn’t exec.
What is the current behavior? Blank screen after build.
If the current behavior is a bug, please provide the steps to reproduce.
I’ve been trying to isolate this but haven’t yet. I’m sorry. I just wanted to get this out there hoping someone else has ideas.
What is the expected behavior? the entry point should execute.
Other relevant information: webpack version: 5.26.3 Node.js version: 15.12.0 Operating System: linux Additional tools:
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
How to Fix the "This App Can't Run on Your PC" Error in ...
If Windows won't let you run an app, it can be down to one of many reasons. ... Right-click Start and go to...
Read more >Compiling the app does not work when multiple reports use ...
Try to compile the app. ... I expected that when compiling no errors occur and the app file is generated. ... Errors like:...
Read more >Problem with launching .exe or compiling and running app
The program can't start because $ListOfMissingDLLs is missing from your computer. Try reinstalling the program to fix this problem.
Read more >g++ compiled application doesn't work - Ask Ubuntu
If your application has no GUI (I.E. only does console output), you would not see anything because a terminal is not opened when...
Read more >App Won't Compile with Embedded Third Party Framework
So, I'm getting this error when trying to run the app. "Build succeeds" but the app won't run and Xcode spits out an...
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
This does appear to be fixed.
I will give it a try today