diff --git a/lib/constants.ts b/lib/constants.ts index ce7c56734c..ff352714bf 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -230,5 +230,5 @@ export class IosProjectConstants { export class BundleValidatorMessages { public static MissingBundlePlugin = "Passing --bundle requires a bundling plugin. No bundling plugin found or the specified bundling plugin is invalid."; - public static NotSupportedVersion = `The NativeScript CLI requires nativescript-dev-webpack %s or later to work properly.`; + public static NotSupportedVersion = `The NativeScript CLI requires nativescript-dev-webpack %s or later to work properly. After updating nativescript-dev-webpack you need to ensure "webpack.config.js" file is up to date with the one in the new version of nativescript-dev-webpack. You can automatically update it using "./node_modules/.bin/update-ns-webpack --configs" command.`; }