feat(provider): added new venom provider

This commit is contained in:
Juan Daniel
2022-12-13 14:39:51 +01:00
parent fee7c2e967
commit 01fe9ebc9a
6 changed files with 585 additions and 474 deletions

View File

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