UNPKG

slate-style-plugin

Version:

It is a plugin for generating inline-style formats conveniently

12 lines (10 loc) 222 B
import babel from "rollup-plugin-babel" export default { entry: "src/index.js", format: "umd", dest: "dist/index.js", moduleName: "SlateStylePlugin", plugins: [ babel({ exclude: "node_modules/**" }), ], }