editor.js/.babelrc

13 lines
217 B
Plaintext
Raw Normal View History

2018-08-10 15:35:49 +02:00
{
"presets": [
["@babel/preset-env", {
"modules": "umd"
}]
],
"plugins": [
"babel-plugin-add-module-exports",
"babel-plugin-class-display-name",
"@babel/plugin-transform-runtime"
]
2018-08-10 15:35:49 +02:00
}