reduced chunking and optimized output

This commit is contained in:
2026-06-10 12:11:16 +02:00
parent 4854d3cca3
commit ede486cce8
7 changed files with 1141 additions and 1156 deletions

View File

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

View File

@@ -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

View File

@@ -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

File diff suppressed because one or more lines are too long

View File

@@ -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.