reduced chunking and optimized output
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
"maximumError": "80kB"
|
"maximumError": "80kB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputHashing": "all"
|
"outputHashing": "none"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"optimization": false,
|
"optimization": false,
|
||||||
@@ -61,7 +61,8 @@
|
|||||||
"replace": "src/environments/environment.ts",
|
"replace": "src/environments/environment.ts",
|
||||||
"with": "src/environments/environment.development.ts"
|
"with": "src/environments/environment.development.ts"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"outputHashing": "none"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "production"
|
"defaultConfiguration": "production"
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
import{$d as d,Yd as a,Zd as b,_d as c,ae as e,be as f,ce as g}from"./chunk-SK2T2ZXR.js";export{f as Button,b as ButtonClasses,e as ButtonDirective,d as ButtonIcon,c as ButtonLabel,g as ButtonModule,a as ButtonStyle};
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
|||||||
import{p as a}from"./chunk-YBGBPGZM.js";import"./chunk-SK2T2ZXR.js";export{a as Base};
|
|
||||||
File diff suppressed because one or more lines are too long
1233
latest/main.js
1233
latest/main.js
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
|||||||
@defer (when userName()) {
|
@if (userName()) {
|
||||||
<app-base title="Hello {{ userName() }}!" [noHomeButton]="true">
|
<app-base title="Hello {{ userName() }}!" [noHomeButton]="true">
|
||||||
<div class="text-muted-color text-center bg-white border-2 rounded-lg p-8 mb-4 drop-shadow-lg">
|
<div class="text-muted-color text-center bg-white border-2 rounded-lg p-8 mb-4 drop-shadow-lg">
|
||||||
This is a demo of a PHX Frontend Plugin.
|
This is a demo of a PHX Frontend Plugin.
|
||||||
|
|||||||
Reference in New Issue
Block a user