UNPKG

vivid-icons

Version:

a JavaScript library which is built to easily customize and use the SVG Icons with a blaze.

10 lines (9 loc) 208 B
const path = require('path'); module.exports = { mode: "development", entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: "vivid-icons.js" } };