-
Notifications
You must be signed in to change notification settings - Fork 50
bug(webpack): Typescript emitted no output #41
Comments
I have not seen this one before. I will have time tomorrow to try this out and I will let you know. |
@jeffwhelpley this error still persists |
Any idea on how to solve this? |
Apologies. This is a solvable issue. I just haven't had time to dive in. Since there are now at least 3 people running into this, I will bump up the priority on my list and get to it later this week. |
@jeffwhelpley thank you |
hey, are you guys using ts-loader? what version of TypeScript? I started working on this today and will be publishing a new version of Preboot later tonight, but I could not recreate the error. It may be because this only affects certain versions of TypeScript: |
Versions:
|
I am pushing out another version shortly, but I noticed that a fix to this is to very simply change this line in your webpack.server.config.js:
to this:
I am still testing now, though, and will post any additional fixes. |
OK, I just published new version |
For me this issue is still happening. |
Bug report
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem by creating a github repo.
npm run build:dynamic
Should be able to compile a bundle that relies on preboot
Unable to use webpack to build a nodejs bundle from a TypeScript source
The text was updated successfully, but these errors were encountered: