UNPKG

ut-tools

Version:

Build and Release management automation package.

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', }, ], }, ];