fix(adapter): 🔥 improvement baileys

This commit is contained in:
Leifer Mendez
2022-12-14 18:44:50 +01:00
parent 4e0fcbd834
commit 2d5ac2664b
8 changed files with 189 additions and 62 deletions

View File

@@ -39,4 +39,13 @@ module.exports = [
},
plugins: [commonjs()],
},
{
input: join(__dirname, 'src', 'baileys', 'index.js'),
output: {
banner: banner['banner.output'].join(''),
file: join(__dirname, 'lib', 'baileys', 'index.cjs'),
format: 'cjs',
},
plugins: [commonjs()],
},
]