@@ -9,17 +9,16 @@ First of all, `http-vue-loader` and `vue3-sfc-loader` serves the same need: run
9
9
10
10
| | ` http-vue-loader ` | ` vue3-sfc-loader ` |
11
11
| -:| :-:| :-:|
12
- | supports ES6 | no | yes |
13
- | supports Vue runtime-only build | no | yes |
14
- | ` fetch ` resources asynchronously | no | yes |
15
- | uses native vue CSS compiler | no | yes |
16
- | has JSX support | no | yes |
17
- | properly reports template, style or script errors | no | yes |
18
- | scoped style support | basic | full |
19
- | handle http requests by default | yes | no |
20
- | handle CSS injection by default | yes | no |
21
- | supports nested import/require | no | yes |
22
- | recommended for production | no | yes |
12
+ | has ES6 support | :x : | :heavy_check_mark : |
13
+ | requires only Vue runtime build | :x : | :heavy_check_mark : |
14
+ | ` fetch ` resources asynchronously | :x : | :heavy_check_mark : |
15
+ | has full ` scoped ` style support | :x : | :heavy_check_mark : |
16
+ | has JSX support | :x : | :heavy_check_mark : |
17
+ | properly reports template, style or script errors | :x : | :heavy_check_mark : |
18
+ | supports nested ` import ` /` require ` | :x : | :heavy_check_mark : |
19
+ | has a default http requests handler | :heavy_check_mark : | :x : |
20
+ | has a default CSS injection handler | :heavy_check_mark : | :x : |
21
+ | recommended for production | :x : | :heavy_check_mark : |
23
22
| bundle size (min gz) | 2.7KB | 543KB |
24
23
25
24
0 commit comments