mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
9 lines
125 B
JavaScript
9 lines
125 B
JavaScript
|
module.exports = {
|
||
|
presets: [
|
||
|
'@babel/preset-env',
|
||
|
],
|
||
|
plugins: [
|
||
|
'@babel/plugin-syntax-dynamic-import',
|
||
|
],
|
||
|
}
|