UNPKG

@glidejs/glide

Version:

Glide.js is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more

9 lines (7 loc) 168 B
import build from './build' import { terser } from 'rollup-plugin-terser' export default Object.assign(build, { plugins: build.plugins.concat([ terser() ]) })