UNPKG

holo-project

Version:

This project has been created using **webpack-cli**, you can now run

9 lines (8 loc) 167 B
module.exports = { entry: '/src/holo/holoGlobal.js', output: { filename: "holo.min.js", library: 'holo', libraryTarget: 'umd' } };