loader-webpack
loader-webpack copied to clipboard
refactor(loader-webpack): refactored aysnc await code to use promises
In response to https://github.com/aurelia/skeleton-navigation/issues/821 FYI This didn't prevent the out of stack space error in ie11
@jods4 Thanks for the comments. I am new to this. I will update the pull request with changes.
@jods4 Yes I am always returning promises from all the old async methods. I am not really familiar with what loader-webpack is doing. So it would be better if you can just skim through it once again.
Not requiring the async downlevel helpers from TS will make the code smaller... but sadly the stack overflow is still not fixed :(
@niieani Is this good to merge then?
@EisenbergEffect It would be good to test against the skeleton (I haven't) but otherwise looks good. Perhaps we can release tagged as beta or RC first, and if no issues show, re-release as final.
@jods4 Have we tested this? What should we do with this PR?
@EisenbergEffect The runtime loader is really @niieani's work. I have reviewed the PR and it looks good, I haven't tested it, though.
Yes, looks good as @jods4 said, but I haven't tested either.
Has anyone tested this out yet?