mirror of
https://github.com/writefreely/writefreely
synced 2024-11-24 17:43:05 +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"]
|
||
|
}
|