You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
628 B
17 lines
628 B
5 months ago
|
module.exports = [
|
||
|
'@babel/plugin-transform-arrow-functions',
|
||
|
'@babel/plugin-transform-block-scoped-functions',
|
||
|
'@babel/plugin-transform-block-scoping',
|
||
|
'@babel/plugin-transform-classes',
|
||
|
'@babel/plugin-transform-computed-properties',
|
||
|
'@babel/plugin-transform-destructuring',
|
||
|
'@babel/plugin-transform-duplicate-keys',
|
||
|
'@babel/plugin-transform-for-of',
|
||
|
'@babel/plugin-transform-literals',
|
||
|
'@babel/plugin-transform-modules-commonjs',
|
||
|
'@babel/plugin-transform-parameters',
|
||
|
'@babel/plugin-transform-shorthand-properties',
|
||
|
'@babel/plugin-transform-spread',
|
||
|
'@babel/plugin-transform-template-literals',
|
||
|
];
|