Open sonicoder86 opened 6 years ago
Yup, new webpack changed the APIs: https://github.com/webpack/webpack/issues/6568#issuecomment-373068943
seems like this would be solved as part of an upgrade to #534
see this commit https://github.com/s-panferov/awesome-typescript-loader/commit/149ce3dc81ce0994e6efad643534a6f7d75a7cb3 Now this problem is solved.
Still have this warning node v8.14.1 webpack v4.29.2
When using the loader with Webpack 4 I get this error message:
DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
. It works, but always show deprecation message.The corresponding stack trace:
You can print out the stack trace with
node --trace-deprecation ./node_modules/.bin/webpack
.