File tree 4 files changed +2773
-2607
lines changed
4 files changed +2773
-2607
lines changed Original file line number Diff line number Diff line change 10
10
"prefix" : " app" ,
11
11
"architect" : {
12
12
"build" : {
13
- "builder" : " @angular-devkit/build-angular:browser " ,
13
+ "builder" : " @angular-devkit/build-angular:application " ,
14
14
"options" : {
15
- "outputPath" : " dist/ngx-diff-demo" ,
15
+ "outputPath" : {
16
+ "base" : " dist/ngx-diff-demo"
17
+ },
16
18
"index" : " src/index.html" ,
17
- "main" : " src/main.ts" ,
18
- "polyfills" : " src/polyfills.ts" ,
19
+ "polyfills" : [
20
+ " src/polyfills.ts"
21
+ ],
19
22
"tsConfig" : " tsconfig.app.json" ,
20
23
"assets" : [
21
24
" src/favicon.ico" ,
25
28
" src/styles.scss"
26
29
],
27
30
"scripts" : [],
28
- "vendorChunk" : true ,
29
31
"extractLicenses" : false ,
30
- "buildOptimizer" : false ,
31
32
"sourceMap" : true ,
32
33
"optimization" : false ,
33
- "namedChunks" : true
34
+ "namedChunks" : true ,
35
+ "browser" : " src/main.ts"
34
36
},
35
37
"configurations" : {
36
38
"production" : {
45
47
"sourceMap" : false ,
46
48
"namedChunks" : false ,
47
49
"extractLicenses" : true ,
48
- "vendorChunk" : false ,
49
- "buildOptimizer" : true ,
50
50
"budgets" : [
51
51
{
52
52
"type" : " initial" ,
You can’t perform that action at this time.
0 commit comments