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) 211 B
const path = require('path'); module.exports = { mode: "production", entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: "vivid-icons.min.js" } };