mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-21 22:58:06 -05:00
7 lines
140 B
Text
7 lines
140 B
Text
{
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"transform-require-context"
|
|
],
|
|
"presets": ["es2015", "react"],
|
|
}
|