♻️ (husky)

This commit is contained in:
Leifer Mendez
2022-11-28 16:42:28 +01:00
parent b25fee0d86
commit 3c5f6031e1

View File

@@ -1,10 +0,0 @@
const commonjs = require('@rollup/plugin-commonjs')
module.exports = {
input: 'index.js',
output: {
file: 'lib/index.cjs',
format: 'cjs',
},
plugins: [commonjs()],
}