UNPKG

babel-plugin-react-v-html

Version:

Babel plugin for React component to transform the JSXAttribute from v-html to dangerouslySetInnerHTML.

25 lines (24 loc) 524 B
{ "presets": [ [ "env", { "targets": { "browsers": [ "last 2 versions" ] } } ], "react" ], "plugins": [ "./src/index.js", "transform-decorators-legacy", "add-module-exports", "syntax-dynamic-import", "transform-object-rest-spread", "transform-export-extensions", "transform-class-properties" ] }