-
Notifications
You must be signed in to change notification settings - Fork 6
HMR-Loader triggers error linting with bootstrap #6
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
Comments
Add it first.
|
@cormacrelf what would this change? It's the output that causes an error with tsconfig.json checking for no Implicit any. |
I have no idea why it works, but it does. I initially put |
@cormacrelf yes, it works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By adding this loader:
.concat(isProd ? [] : '@angularclass/hmr-loader'),
I get the following errors when using webpack:
tsconfig.json has
"noImplicitAny": true,
The text was updated successfully, but these errors were encountered: