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"
|
|
}
|