File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10"
55 xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
66 IgnorableNamespaces =" uap rescap" >
7- <Identity Name =" ShanWenxiao.TimeLens-TimeManagementAppwithWidgets" Publisher =" CN=67203FD7-3571-4CF3-9A8B-DE6BA454CE5B" Version =" 1.2 .0.0" />
7+ <Identity Name =" ShanWenxiao.TimeLens-TimeManagementAppwithWidgets" Publisher =" CN=67203FD7-3571-4CF3-9A8B-DE6BA454CE5B" Version =" 1.4 .0.0" />
88 <Properties >
99 <DisplayName >TimeLens - Time Management App with Widgets</DisplayName >
1010 <PublisherDisplayName >Shan Wenxiao</PublisherDisplayName >
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ export default defineConfig({
3535 output : {
3636 manualChunks ( id ) {
3737 if ( ! id . includes ( "node_modules" ) ) return undefined ;
38- if ( id . includes ( "react-router-dom" ) ) return "react-router" ;
39- if ( id . includes ( "react-dom" ) || id . includes ( "react" ) ) return "react" ;
4038 if ( id . includes ( "recharts" ) ) return "recharts" ;
4139 if ( id . includes ( "lucide-react" ) ) return "icons" ;
4240 if ( id . includes ( "i18next" ) || id . includes ( "react-i18next" ) ) return "i18n" ;
You can’t perform that action at this time.
0 commit comments