refactor(bot): 🔥 fallback

This commit is contained in:
Leifer Mendez
2023-01-12 16:35:43 +01:00
parent f742caa9a4
commit 8a1bdc5878
2 changed files with 20 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ module.exports = [
banner: banner['banner.output'].join(''),
file: join(__dirname, 'lib', 'bundle.bot.cjs'),
format: 'cjs',
sourcemap: true,
},
plugins: [commonjs(), nodeResolve()],
},