Commit 09dfe9e
committed
refactor(createFrontend): clean up index.css and update path resolution
Remove the unnecessary tw-animate-css import from index.css to ensure a cleaner CSS file. Additionally, update the path resolution in the Vite config to use `path.dirname(new URL(import.meta.url).pathname)` for better compatibility and accuracy.1 parent 9ea039d commit 09dfe9e
2 files changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
150 | 166 | | |
151 | 167 | | |
152 | 168 | | |
| |||
339 | 355 | | |
340 | 356 | | |
341 | 357 | | |
342 | | - | |
| 358 | + | |
343 | 359 | | |
344 | 360 | | |
345 | 361 | | |
346 | 362 | | |
347 | 363 | | |
348 | 364 | | |
349 | | - | |
| 365 | + | |
350 | 366 | | |
351 | 367 | | |
352 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments