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