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
+1-1
Original file line number
Diff line number
Diff line change
@@ -230,5 +230,5 @@ export class IosProjectConstants {
230
230
231
231
exportclassBundleValidatorMessages{
232
232
publicstaticMissingBundlePlugin="Passing --bundle requires a bundling plugin. No bundling plugin found or the specified bundling plugin is invalid.";
233
-
publicstaticNotSupportedVersion=`The NativeScript CLI requires nativescript-dev-webpack %s or later to work properly.`;
233
+
publicstaticNotSupportedVersion=`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.`;
0 commit comments