Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 247a71c

Browse files
clydindgp1130
authored andcommittedJun 15, 2020
fix(@schematics/angular): disable v10 side effect package.json migration
(cherry picked from commit 0972487)
1 parent 08278f9 commit 247a71c

File tree

3 files changed

+0
-109
lines changed

3 files changed

+0
-109
lines changed
 

‎packages/schematics/angular/migrations/migration-collection.json

-5
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
"factory": "./update-9/schematic-options",
7676
"description": "Replace deprecated 'styleext' and 'spec' Angular schematic options."
7777
},
78-
"side-effects-package-json": {
79-
"version": "10.0.0-beta.3",
80-
"factory": "./update-10/side-effects-package-json",
81-
"description": "Create a special 'package.json' file that is used to tell the tools and bundlers whether the code under the app directory is free of code with non-local side-effect."
82-
},
8378
"update-angular-config": {
8479
"version": "10.0.0-beta.6",
8580
"factory": "./update-10/update-angular-config",

‎packages/schematics/angular/migrations/update-10/side-effects-package-json.ts

-45
This file was deleted.

‎packages/schematics/angular/migrations/update-10/side-effects-package-json_spec.ts

-59
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.