import { buildType } from "./rollup-util"; export default buildType({ postfix: ".browser.min", babel: true, uglify: true, format: "umd" });