We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hang
Build
create webpack instance call bundler.run() continuosly 2 times one after other complete
ts-loader config
{ allowTsInNodeModules: true, ignoreDiagnostics: [], configFile: tsConfigFilePath, compilerOptions: { importHelpers: true, noEmit: false, noEmitOnError: false, noEmitHelpers: true, skipLibCheck: true }, instance: path.relative(workDir, filePath), transpileOnly: false, //need full transpile as const enums used onlyCompileBundledFiles: true, experimentalFileCaching: true, silent: false },
fork-ts-checker
{ async: true, typescript: { enabled: true, configFile: tsConfigFilePath, memoryLimit: 2048, mode: "readonly", build: false, compilerOptions: { declaration: false, sourceMap: false, inlineSourceMap: false, incremental: true, importsNotUsedAsValues: "preserve" }, profile: false, diagnosticOptions: { syntactic: true, semantic: true, declaration: true, global: true } }, formatter: {type: "codeframe", options: {highlightCode: true, forceColor: true}} }
Also errors from checker missing file path, so developer cannot simply locate source
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue :) I think I know why it doesn't work, I will try to fix it soon :)
Sorry, something went wrong.
fix: properly disconnect rpc client to be able to reconnect
0104005
✅ Closes: #438
fix: properly disconnect rpc client to be able to reconnect (#439)
2b72fd0
🎉 This issue has been resolved in version 5.0.0-beta.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
🎉 This issue has been resolved in version 5.0.0 🎉
piotr-oles
No branches or pull requests
Current behavior
Hang
Expected behavior
Build
Steps to reproduce the issue
create webpack instance
call bundler.run() continuosly 2 times one after other complete
ts-loader config
fork-ts-checker
Also errors from checker missing file path, so developer cannot simply locate source
Environment
The text was updated successfully, but these errors were encountered: