skinview3d/tools/rollup.min.js

3 lines
120 B
JavaScript
Raw Normal View History

2017-10-02 15:29:41 +02:00
import { buildType } from './rollup.common';
export default buildType({ postfix: '.min', babel: false, uglify: true });