You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.
Any chance of a fix for this error in the 1.x branch?
It seems to be solved in the 2.x branch, but that version has other issues, and according to the docs the goal is to only support TS 2.x and Webpack 2.x, so using the 2.x version isn't an option for some users.
In my scenario, I tracked the issue down to not using the fastEmit branch, because that tries to read the file before it's been added/updated.
Adding a disableFastEmit config option would probably also solve the issue in this case.
If the 1.x version is 'dead', then I will probably have to fork and link to github in the package.json to make it work (which I'd rather not do), or do you still accept PR's for 1.x?
The text was updated successfully, but these errors were encountered:
Hi,
Any chance of a fix for this error in the 1.x branch?
It seems to be solved in the 2.x branch, but that version has other issues, and according to the docs the goal is to only support TS 2.x and Webpack 2.x, so using the 2.x version isn't an option for some users.
In my scenario, I tracked the issue down to not using the fastEmit branch, because that tries to read the file before it's been added/updated.
Adding a disableFastEmit config option would probably also solve the issue in this case.
If the 1.x version is 'dead', then I will probably have to fork and link to github in the package.json to make it work (which I'd rather not do), or do you still accept PR's for 1.x?
The text was updated successfully, but these errors were encountered: