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.
1 parent 1aa49d6 commit 9b4e149Copy full SHA for 9b4e149
bin/ngc-watch.js
@@ -8,7 +8,7 @@ let binPath = childProcess.execSync('npm bin', {
8
encoding: 'utf8',
9
cwd: process.cwd()
10
});
11
-let ngcCommand = 'ngc -p ./tsconfig.aot.json';
+let ngcCommand = 'ngc -p ./tsconfig.json';
12
let fullCommand = binPath.trim() + '/' + ngcCommand;
13
14
chokidar.watch(
0 commit comments