EviSONG
EviSONG
> I have the same issue. I think hbs is compiling asynchronously and so it's not ready by the time the expect runs. I wonder if there is any way...
@mrsteele your comments is very detailed & professional, thanks, I also look forward to any others' feedback. Btw, do you think it's a good idea to submit our use case...
Happen to find that I was using [email protected] previously with webpack 2, and the 893d0d0d security fix is introduced in 1.4.3. So this issue should also apply to all webpack...
I've tried to add a quick&dirty check in the following loop, it works. With this change, generated `esm.js` is not importing the nonexisting `styles.js` anymore. I'm not sure if this...
For anyone who runs into the same issue, before this is fixed in Webpack officially, you may consider my workaround below. ```js const webpack = require('webpack'); const { JavascriptModulesPlugin }...
Hi, @[tommie](https://github.com/tommie), I'm the submitter of https://github.com/guybedford/es-module-shims/issues/295 you've recently resolved, great work indeed! Excuse me I'm at-ing you here, not really asking for help, but just FYI in case you...
Also refer to #238.
Hi, @alvaromb , sorry for my late response. I've created a PR, would you please check it when you have some time? Thanks.
Hi, @alvaromb , have you got any some time reviewing the PR? I'm currently applying the PR in my local project, but I do wish to use official version 😄...
> Hi @evisong, > > Thanks for your PRs! I'll try to have a look at them as soon as possible. Hi, @josebolos, May I ask if there is any...