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

18 lines (16 loc) 260 B
import banner from './banner' import babel from 'rollup-plugin-babel' export default { output: { name: 'Glide', banner }, plugins: [ babel({ plugins: [ 'external-helpers', 'transform-object-assign' ] }) ] }