mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
8e4ee5fb7a
add the babel plugin for dynamic import syntax and fixup the path references in webpack and template so the chunks can be loaded dynamically
8 lines
173 B
Text
8 lines
173 B
Text
{
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"transform-require-context",
|
|
"syntax-dynamic-import"
|
|
],
|
|
"presets": ["es2015", "react"],
|
|
}
|