Skip to content

Commit e585a47

Browse files
fix transpiler promt
1 parent ed0f8cc commit e585a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/utility/prompts/transpiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const prompts = require('./prompts');
22

33
const choices = [
4-
{ value: 'babel', title: 'Babel (default)' },
4+
{ value: 'babel', title: 'Babel' },
55
{ value: 'swc', title: 'SWC' }
66
];
77

0 commit comments

Comments
 (0)