mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
adding in es2015 preset - the only fix for ui storybook on my computer
This commit is contained in:
parent
2ca23fe16e
commit
66bc166263
@ -1,7 +1,8 @@
|
||||
{
|
||||
"sourceMaps": "both",
|
||||
"presets": [
|
||||
"react"
|
||||
"react",
|
||||
"es2015"
|
||||
],
|
||||
"plugins": [
|
||||
"add-module-exports",
|
||||
|
Loading…
Reference in New Issue
Block a user