mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-09 21:38:18 +08:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
|
module.exports = {
|
||
|
presets: [
|
||
|
'@babel/preset-env',
|
||
|
'@babel/preset-react',
|
||
|
],
|
||
|
}
|