We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b11ba1 + 0d7909d commit 979ecc3Copy full SHA for 979ecc3
lib/utilities/compile.js
@@ -73,7 +73,6 @@ function buildWatchHooks(sys, callbacks) {
73
let watcher = chokidar.watch(dir, { ignored, ignoreInitial: true });
74
75
watcher.on('all', (type, path) => {
76
- path = path.replace(/\\/g, '/'); // Normalize Windows
77
if (type === 'add' && path.endsWith('.ts')) {
78
fileChanged(type, path);
79
callback(path);
0 commit comments