UNPKG

image-handler

Version:
11 lines (10 loc) 198 B
'use strict' const path = require('path'); module.exports = { entry:'./index.js', output:{ path: path.join(__dirname, 'dist'), filename: 'bundle.js' }, mode:'production' }