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 webpack.OldWatchingPlugin at-loader will throw the following error after a save:
xxx\node_modules\awesome-typescript-loader\src\instance.ts:303
const watcher = watching.compiler.watchFileSystem.watcher || watching.compiler.watchFileSystem.wfs.watcher;
^
TypeError: Cannot read property 'watcher' of undefined
at Compiler.<anonymous> (xxx\node_modules\awesome-typescript-loader\src\instance.ts:303:107)
at Compiler.next (xxx\node_modules\webpack\node_modules\tapable\lib\Tapable.js:69:14)
at Compiler.invalidAsyncPlugin (xxx\node_modules\webpack-dev-middleware\middleware.js:80:3)
at Compiler.next (xxx\node_modules\webpack\node_modules\tapable\lib\Tapable.js:69:14)
at Compiler.<anonymous> (xxx\node_modules\awesome-typescript-loader\src\watch-mode.ts:12:13)
at Compiler.applyPluginsAsync (xxx\node_modules\webpack\node_modules\tapable\lib\Tapable.js:71:13)
at Watching._go (xxx\node_modules\webpack\lib\Compiler.js:44:16)
at Watching.invalidate (xxx\node_modules\webpack\lib\Compiler.js:108:8)
at Watching.<anonymous> (xxx\node_modules\webpack\lib\Compiler.js:93:8)
at Timeout.onTimeout [as _onTimeout] (xxx\node_modules\webpack\lib\node\OldNodeWatchFileSystem.js:234:3)
Addendum: ts-loader had the same issue and it was fixed. Working on a pull request.
The text was updated successfully, but these errors were encountered:
When using
webpack.OldWatchingPlugin
at-loader will throw the following error after a save:Addendum: ts-loader had the same issue and it was fixed. Working on a pull request.
The text was updated successfully, but these errors were encountered: