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",
|
"sourceMaps": "both",
|
||||||
"presets": [
|
"presets": [
|
||||||
"react"
|
"react",
|
||||||
|
"es2015"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"add-module-exports",
|
"add-module-exports",
|
||||||
|
Loading…
Reference in New Issue
Block a user