1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-28 14:10:04 +02:00

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", "sourceMaps": "both",
"presets": [ "presets": [
"react" "react",
"es2015"
], ],
"plugins": [ "plugins": [
"add-module-exports", "add-module-exports",