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 was archived by the owner on Dec 1, 2019. It is now read-only.
For projects without tsconfig file awesome-typescript-loader is broken on nodejs 6. Seems like it trying to find correct outdir using config file path. But when there is no config path.dirname(undefined) will return '.' on node 5 and throw an error on node 6. It can be fixed by adding default value here
The text was updated successfully, but these errors were encountered:
For projects without tsconfig file awesome-typescript-loader is broken on nodejs 6. Seems like it trying to find correct outdir using config file path. But when there is no config
path.dirname(undefined)
will return'.'
on node 5 and throw an error on node 6. It can be fixed by adding default value hereThe text was updated successfully, but these errors were encountered: