mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
9 lines
213 B
Text
9 lines
213 B
Text
{
|
|
"plugins": [
|
|
"transform-async-to-generator",
|
|
"transform-object-rest-spread",
|
|
"transform-require-context",
|
|
"syntax-dynamic-import"
|
|
],
|
|
"presets": ["es2015", "react"],
|
|
}
|