mirror of
https://github.com/writefreely/writefreely
synced 2024-11-14 05:07:07 +00:00
9 lines
136 B
JavaScript
9 lines
136 B
JavaScript
|
module.exports = {
|
||
|
"presets": [
|
||
|
["@babel/env", {
|
||
|
"modules": false
|
||
|
}]
|
||
|
],
|
||
|
"plugins": ["@babel/plugin-syntax-dynamic-import"]
|
||
|
}
|