Skip to content

Commit c8cd933

Browse files
committed
chore: cleanup
1 parent 8307d78 commit c8cd933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ export class IosProjectConstants {
298298

299299
export class BundleValidatorMessages {
300300
public static MissingBundlePlugin = "Passing --bundle requires a bundling plugin. No bundling plugin found or the specified bundling plugin is invalid.";
301-
public static NotSupportedVersion = `The NativeScript CLI requires @nativescript/webpack %s or later to work properly. After updating @nativescript/webpack you need to ensure "webpack.config.js" file is up to date with the one in the new version of @nativescript/webpack. You can automatically update it using "./node_modules/.bin/update-ns-webpack --configs" command.`;
302301
}
303302

304303
export class AndroidBundleValidatorMessages {

0 commit comments

Comments
 (0)