Henry Zhu c70a32ab9d
Throw when using Stage presets (#8293)
* inline stage presets into standalone, throw error with using Stage presets
2018-07-23 22:22:52 -04:00

9 lines
85 B
JSON

{
"presets": [
"env"
],
"plugins": [
"proposal-class-properties"
]
}