mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
555b1cdf29
Revises both universal and client build to use AOT and webpack for both. Guide text adjusted accordingly Dodges CLI client build, expected in near future. PR Close #18707
10 lines
130 B
JSON
10 lines
130 B
JSON
{
|
|
"files":[
|
|
"!dist/",
|
|
"!**/*.d.ts",
|
|
"!**/src/**/*.js"
|
|
],
|
|
"removeSystemJsConfig": false,
|
|
"type": "universal"
|
|
}
|