adding in es2015 preset - the only fix for ui storybook on my computer

This commit is contained in:
Alex Windett 2016-12-12 16:53:20 +00:00
parent 2ca23fe16e
commit 66bc166263

View File

@ -1,7 +1,8 @@
{
"sourceMaps": "both",
"presets": [
"react"
"react",
"es2015"
],
"plugins": [
"add-module-exports",