blob: d7fa7399b124a4a51f30bdafebda0b689201598e [file] [log] [blame]
const path = require('path');
export default [
{
input: 'specificity.js',
output: [
{
file: 'dist/specificity.mjs',
format: 'es',
},
{
file: 'dist/specificity.js',
format: 'umd',
name: 'SPECIFICITY',
},
],
},
];