tiptap/babel.config.js

11 lines
140 B
JavaScript
Raw Normal View History

2018-11-10 06:01:23 +08:00
module.exports = {
presets: [
2019-06-13 03:49:33 +08:00
[
'@babel/preset-env',
],
2018-11-10 06:01:23 +08:00
],
plugins: [
'@babel/plugin-syntax-dynamic-import',
],
}