import { buildType } from './rollup.common'; export default buildType({ postfix: '.min', babel: false, uglify: true });