Skip to content

Commit c2ddd7f

Browse files
author
Ives van Hoorne
committed
Name installed transpilers
1 parent 7e69556 commit c2ddd7f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/sandpack/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,18 @@ This is a list of features that the bundler supports out of the box, the list ma
1818

1919
1. Hot Module Reloading API (`module.hot`)
2020
2. npm dependencies
21-
3. Most common transpilers (vue, babel, typescript, css, etc...)
21+
3. Most common transpilers
22+
a. Babel
23+
b. TypeScript
24+
c. Sass
25+
d. Less
26+
e. Stylus
27+
f. PostCSS
28+
g. CSS Modules
29+
h. PostHTML
30+
i. Pug
31+
j. Svelte
32+
k. Vue
2233
4. Parallel transpiling
2334
5. On-demand transpiler loading
2435
6. Webpack loader syntax (`!raw-loader!./test.js`)

0 commit comments

Comments
 (0)