mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
rollup
This commit is contained in:
@@ -3,7 +3,7 @@ const commonjs = require('@rollup/plugin-commonjs')
|
||||
module.exports = {
|
||||
input: 'index.js',
|
||||
output: {
|
||||
file: 'lib/bundle.cjs',
|
||||
file: 'lib/cli/bundle.cjs',
|
||||
format: 'cjs',
|
||||
},
|
||||
plugins: [commonjs()],
|
||||
|
||||
Reference in New Issue
Block a user