File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
02.problem.automatic-routing
02.solution.automatic-routing Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ export default defineConfig({
88 server : {
99 port : process . env . PORT ? parseInt ( process . env . PORT ) : 3000 ,
1010 } ,
11+ optimizeDeps : {
12+ include : [ "@epic-web/workshop-utils/iframe-sync" , "lucide-react" ]
13+ }
1114} )
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ export default defineConfig({
88 server : {
99 port : process . env . PORT ? parseInt ( process . env . PORT ) : 3000 ,
1010 } ,
11+ optimizeDeps : {
12+ include : [ "@epic-web/workshop-utils/iframe-sync" , "lucide-react" ]
13+ }
1114} )
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ export default defineConfig({
88 server : {
99 port : process . env . PORT ? parseInt ( process . env . PORT ) : 3000 ,
1010 } ,
11+ optimizeDeps : {
12+ include : [ "@epic-web/workshop-utils/iframe-sync" , "lucide-react" ]
13+ }
1114} )
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ export default defineConfig({
88 server : {
99 port : process . env . PORT ? parseInt ( process . env . PORT ) : 3000 ,
1010 } ,
11+ optimizeDeps : {
12+ include : [ "@epic-web/workshop-utils/iframe-sync" , "lucide-react" ]
13+ }
1114} )
You can’t perform that action at this time.
0 commit comments