tiptap/babel.config.js
2020-07-08 18:39:02 +02:00

12 lines
179 B
JavaScript

module.exports = {
presets: [
[
'@babel/preset-env',
],
],
plugins: [
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-transform-runtime',
],
}