mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@babel/preset-env',
|
|
],
|
|
plugins: [
|
|
'@babel/plugin-proposal-optional-chaining',
|
|
],
|
|
} |