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 4d222ec + 6fd3a43 commit 8f17e0fCopy full SHA for 8f17e0f
lib/before-prepare.js
@@ -6,6 +6,7 @@ module.exports = function ($logger, $projectData, $options, hookArgs) {
6
var bundle = $options.bundle || appFilesUpdaterOptions.bundle;
7
8
if (liveSync || bundle) {
9
+ $logger.warn("Hook skipped because either bundling or livesync is in progress.")
10
return;
11
}
12
0 commit comments