@kreativsoftware/react-lz-editor
Version:
An open source react editor based on draft-Js and ant design, good support HTML, markdown and Draft Raw format.
28 lines (27 loc) • 554 B
Plain Text
{
"plugins": [
"react-hot-loader/babel",
"transform-class-properties"
],
"presets": [
["es2015", {"loose" : true}],
"stage-2",
"react"
],
"env": {
"development": {
"plugins": [
["react-transform", {
"transforms": [{
"transform": "react-transform-hmr",
"imports": ["react"],
"locals": ["module"]
}, {
"transform": "react-transform-catch-errors",
"imports": ["react", "redbox-react"]
}]
}]
]
}
}
}