UNPKG

scroll-lazy

Version:
17 lines (16 loc) 249 B
module.exports = { entry: { index:'./src/index' } ,watch: false ,context: __dirname ,output: { filename: '[name].js' ,pathinfo: false ,library: 'index' ,libraryTarget: 'umd' } ,resolve: { modulesDirectories: ['node_modules'] } }