UNPKG

ditherjs

Version:
13 lines (12 loc) 257 B
module.exports = { entry: { "ditherjs": "./client.js", "jquery.ditherjs": "./jquery.js", }, output: { path: "./dist", filename: "[name].dist.js", library: 'DitherJS', libraryTarget: 'umd' } };