UNPKG

scrollprogress

Version:

Light weight library to observe the viewport scroll position

16 lines (14 loc) 380 B
const pkg = require('./package.json'); const year = (new Date()).getFullYear(); export default { entry: 'src/scrollProgress.js', dest: 'dist/scrollProgress.js', format: 'umd', globals: [ 'window' ], indent: true, useStrict: true, moduleName: 'ScrollProgress', banner: `/* ${ pkg.name } v${ pkg.version } - ${ year } Jeremias Menichelli - MIT License */` };