-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
build: TSLint related warnings in webpack builds (DEV and PROD) #405
Comments
The issue about the lint warnings: Now that those rules are enabled, it seems that So we need to find a solution for this, which might be to switch to the fork-ts-checker-webpack-plugin as it is mentioned in wbuchwalter/tslint-loader#78... for example: https://github.com/TypeStrong/ts-loader/blob/master/examples/fork-ts-checker/webpack.config.js |
…arnings since typeCheck is false ISSUES CLOSED: #405
…arnings since typeCheck is false ISSUES CLOSED: #405
…arnings since typeCheck is false - update comments in `config/webpack-partial.common.js` ISSUES CLOSED: #405
…arnings while typeCheck is false - update inline documentation ISSUES CLOSED: #405
…arnings while typeCheck is false - update inline documentation ISSUES CLOSED: #405
…arnings while typeCheck is false - update inline documentation ISSUES CLOSED: #405
…arnings while typeCheck is false - update inline documentation - update documentation ISSUES CLOSED: #405
…arnings while typeCheck is false - update inline documentation - update documentation ISSUES CLOSED: #405
…arnings while typeCheck is false - update inline documentation - update documentation ISSUES CLOSED: #405
…arnings since typeCheck is false ISSUES CLOSED: #405
…arnings since typeCheck is false ISSUES CLOSED: #405
…arnings since typeCheck is false ISSUES CLOSED: #405
I'm submitting a...
Current behavior
When executing
npm start
in the Starter ornpm run build:prod
in starter, these warnings are shown:Expected behavior
No warnings.
Environment
For Tooling issues:
The text was updated successfully, but these errors were encountered: