You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/constants.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,6 @@ export class IosProjectConstants {
298
298
299
299
exportclassBundleValidatorMessages{
300
300
publicstaticMissingBundlePlugin="Passing --bundle requires a bundling plugin. No bundling plugin found or the specified bundling plugin is invalid.";
301
-
publicstaticNotSupportedVersion=`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.`;
0 commit comments