mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: app-css-loader to look for platform specific app s?css files too
This commit is contained in:
@@ -27,13 +27,13 @@ export class WatchStatePlugin {
|
||||
if (env.verbose) {
|
||||
if (compiler.modifiedFiles) {
|
||||
Array.from(compiler.modifiedFiles).forEach((file) => {
|
||||
console.log(`MODIFIED: ${file}`);
|
||||
console.log(`[${id}][WatchTriggers] MODIFIED: ${file}`);
|
||||
});
|
||||
}
|
||||
|
||||
if (compiler.removedFiles) {
|
||||
Array.from(compiler.removedFiles).forEach((file) => {
|
||||
console.log(`REMOVED: ${file}`);
|
||||
console.log(`[${id}][WatchTriggers] REMOVED: ${file}`);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user