You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.
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:
(node:55845) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
at setupWatchRun (/Users/home/node_modules/awesome-typescript-loader/src/instance.ts:367:11)
at Object.ensureInstance (/Users/home/node_modules/awesome-typescript-loader/src/instance.ts:135:2)
at compiler (/Users/home/node_modules/awesome-typescript-loader/src/index.ts:47:19)
at Object.loader (/Users/home/node_modules/awesome-typescript-loader/src/index.ts:16:12)
at LOADER_EXECUTION (/Users/home/node_modules/loader-runner/lib/LoaderRunner.js:119:14)
at runSyncOrAsync (/Users/home/node_modules/loader-runner/lib/LoaderRunner.js:120:4)
at iterateNormalLoaders (/Users/home/node_modules/loader-runner/lib/LoaderRunner.js:229:2)
at Array.<anonymous> (/Users/home/node_modules/loader-runner/lib/LoaderRunner.js:202:4)
at Storage.finished (/Users/home/node_modules/webpack/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:43:16)
at provider (/Users/home/node_modules/webpack/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:79:9)
at /Users/home/node_modules/graceful-fs/graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:513:3)
You can print out the stack trace with node --trace-deprecation ./node_modules/.bin/webpack.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: