FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular/migrations.json at develop · newdev213/angular · GitHub
newdev213
/
angular
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular
/
migrations.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (35 loc) · 1.31 KB
Breadcrumbs
angular
/
migrations.json
Copy path
File metadata and controls
35 lines (35 loc) · 1.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"migrations"
: [
{
"version"
:
"
13.3.0-beta.0
"
,
"description"
:
"
@nrwl/workspace:tsc is now @nrwl/js:tsc
"
,
"cli"
:
"
nx
"
,
"implementation"
:
"
./src/migrations/update-13-3-0/update-tsc-executor-location
"
,
"package"
:
"
@nrwl/workspace
"
,
"name"
:
"
13-3-0-tsc-location
"
},
{
"cli"
:
"
nx
"
,
"version"
:
"
13.3.0-beta.0
"
,
"description"
:
"
In Angular version 13, the ESM became a first class citizen. This means the webpack config generated must be modified to support modules.
"
,
"factory"
:
"
./src/migrations/update-13-3-0/update-mfe-webpack-config
"
,
"package"
:
"
@nrwl/angular
"
,
"name"
:
"
update-mfe-config-to-module-syntax
"
},
{
"cli"
:
"
nx
"
,
"version"
:
"
13.4.5-beta.7
"
,
"description"
:
"
Remove the default for the invalid 'style' option for the library generator if configured.
"
,
"factory"
:
"
./src/migrations/update-13-5-0/remove-library-generator-style-default
"
,
"package"
:
"
@nrwl/angular
"
,
"name"
:
"
remove-library-generator-style-default
"
},
{
"version"
:
"
13.1.0-beta
"
,
"description"
:
"
As of Angular version 13, `entryComponents` are no longer necessary.
"
,
"factory"
:
"
./migrations/entry-components/index
"
,
"package"
:
"
@angular/core
"
,
"name"
:
"
migration-v13.1-entry-components
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL