UNPKG

heyui

Version:

A UI components Library.

17 lines (16 loc) 237 B
module.exports = { root: "build", webpack: { umd: { entry: "./index.js", library: "HeyUI", filename: 'heyui.js' }, global: { Vue: "vue" }, externals: { Vue: "window.Vue" } } };