UNPKG

demonpatcher

Version:

Patch with the Power of Satan 😈😈😈

12 lines (10 loc) • 226 B
import flow from 'rollup-plugin-flow' import { uglify } from 'rollup-plugin-uglify' export default { input: 'src/patcher.js', plugins: [flow(), uglify()], output: { file: 'dist/patcher.js', format: "cjs" } }