UNPKG

parse-open-graph

Version:
15 lines (11 loc) 183 B
import babel from 'rollup-plugin-babel' export default { input: 'src/index.js', output: { format: 'esm', file: 'dist/openGraph.mjs' }, plugins: [ babel() ] }