feat(contexts): add new dialogflowcx

This commit is contained in:
Juan Daniel
2022-12-21 23:08:23 +01:00
parent 478929d134
commit 9885872991
4 changed files with 146 additions and 1 deletions

View File

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