Steve Repsher
Steve Repsher
I'm not sure if this is the same issue yet, but something completely broke @home-assistant frontend from 5.72.1 to 5.73.0. The app now just completely hangs - no webpack errors...
Ah okay. Thanks anyway.
@alecmev you had mentioned having a similar issue. Were you ever able to figure it out?
I was able to better characterize the issue (at least in my case). It seems the entry bundle is no longer being recognized as JS: ``` Error Loading module from...
@jsg2021 sorry my comment wasn't very clear. The entry chunk actually does begin to load, so that error is caused by the webpack runtime trying to load an async chunk...
Just following up on my previous comments.. The type `text/plain` error is actually unrelated and caused by an empty module. I can fix that and the bigger issue remains. In...
I can confirm that conditional TLA is the problem. When I refactor to remove the conditionals from the `await`, I can upgrade to 5.73.0 or 5.81.0 without any issue. @ConnorLanglois...
This should probably remain open
So I decided to write a plugin as well for this and put it on NPM: https://www.npmjs.com/package/transform-async-modules-webpack-plugin. It's kind of similar to the one pasted above by @vanceeasleaf in that...
@vankop I think maybe you are misunderstanding how the plugin and transformations work. I don't think huge Webpack changes are necessary to support this. > Unfortunately, I am not familiar...