Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/services/workflow-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { LoggerConfigData } from "../constants";
export class WorkflowService implements IWorkflowService {
private legacyWorkflowDeprecationMessage = `With the upcoming NativeScript 6.0 the Webpack workflow will become the only way of building apps.
More info about the reasons for this change and how to migrate your project can be found in the link below:
<TODO: add link here>`;
https://www.nativescript.org/blog/the-future-of-building-nativescript-apps`;
private webpackWorkflowConfirmMessage = `Do you want to switch your app to the Webpack workflow?`;

constructor(private $bundleValidatorHelper: IBundleValidatorHelper,
Expand Down