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
@babel/typescript
ts-loader
Is your feature request related to a problem? Please describe.
--watch
Describe the solution you'd like.
Use similar approach as in https://github.com/facebook/create-react-app with @babel/typescript and https://github.com/Realytics/fork-ts-checker-webpack-plugin
Describe alternatives you've considered.
import
tsconfig.json
babel-loader
.ts
Additional context
-
The text was updated successfully, but these errors were encountered:
Another thread about the issue with regenerating pure TS files: TypeStrong/fork-ts-checker-webpack-plugin#36. Bottom line - there's no solution as of now.
Closing issue. Will reopen when there are more reasons to upgrade.
For future reference: #64
Using a CI service will partially help with this issue. CI builds will fail when pure TS files are "incorrect".
Sorry, something went wrong.
npm run watch
tniezg
No branches or pull requests
Is your feature request related to a problem? Please describe.
--watch
mode.Describe the solution you'd like.
Use similar approach as in https://github.com/facebook/create-react-app with
@babel/typescript
and https://github.com/Realytics/fork-ts-checker-webpack-pluginDescribe alternatives you've considered.
import
statements inside files.tsconfig.json
and ts-loader configs to havebabel-loader
recognize missing.ts
files.Additional context
-
The text was updated successfully, but these errors were encountered: