mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
2d3600479a
This reverts commit905ed609f9
, reversing changes made to99c819916b
.
8 lines
173 B
Text
8 lines
173 B
Text
{
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"transform-require-context",
|
|
"syntax-dynamic-import"
|
|
],
|
|
"presets": ["es2015", "react"],
|
|
}
|