We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8d6c6 commit 8665ef4Copy full SHA for 8665ef4
src/packager.ts
@@ -175,10 +175,6 @@ export class Packager implements BuildInfo {
175
if ((<any>appMetadata).build != null) {
176
throw new Error(util.format(errorMessages.buildInAppSpecified, appPackageFile, devAppPackageFile))
177
}
178
-
179
- if (this.devMetadata.license != null) {
180
- warn(`license in the development package.json (${devAppPackageFile}) is deprecated, please move to the application package.json`)
181
- }
182
183
184
const build = <any>this.devMetadata.build
0 commit comments