UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

18 lines (17 loc) 252 B
const path = require('path'); export default [ { input: 'specificity.js', output: [ { file: 'dist/specificity.mjs', format: 'es', }, { file: 'dist/specificity.js', format: 'umd', name: 'SPECIFICITY', }, ], }, ];