Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit ef35285

Browse files
birkirctrlplusb
authored andcommitted
Add es6 back by default. (#429)
1 parent 94a61ec commit ef35285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/values.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ const values = {
6464
features: [
6565
// The default list.
6666
'default',
67-
// If you want to add only es6 features.
68-
// 'es6',
67+
'es6',
6968
],
7069
},
7170

0 commit comments

Comments
 (0)