Reminder to restore links + stage2, not stage 0

This commit is contained in:
David Baker 2016-10-12 18:08:52 +01:00
parent e5d2ebc57c
commit 5ff915476a
3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{
"presets": ["react", "es2015", "es2016", "es2017", "stage-0"],
"presets": ["react", "es2015", "es2016", "es2017", "stage-2"],
"plugins": ["transform-runtime"]
}