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({
8
8
server : {
9
9
port : process . env . PORT ? parseInt ( process . env . PORT ) : 3000 ,
10
10
} ,
11
+ optimizeDeps : {
12
+ include : [ "@epic-web/workshop-utils/iframe-sync" , "lucide-react" ]
13
+ }
11
14
} )
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ export default defineConfig({
8
8
server : {
9
9
port : process . env . PORT ? parseInt ( process . env . PORT ) : 3000 ,
10
10
} ,
11
+ optimizeDeps : {
12
+ include : [ "@epic-web/workshop-utils/iframe-sync" , "lucide-react" ]
13
+ }
11
14
} )
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ export default defineConfig({
8
8
server : {
9
9
port : process . env . PORT ? parseInt ( process . env . PORT ) : 3000 ,
10
10
} ,
11
+ optimizeDeps : {
12
+ include : [ "@epic-web/workshop-utils/iframe-sync" , "lucide-react" ]
13
+ }
11
14
} )
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ export default defineConfig({
8
8
server : {
9
9
port : process . env . PORT ? parseInt ( process . env . PORT ) : 3000 ,
10
10
} ,
11
+ optimizeDeps : {
12
+ include : [ "@epic-web/workshop-utils/iframe-sync" , "lucide-react" ]
13
+ }
11
14
} )
You can’t perform that action at this time.
0 commit comments