@adonisjs/websocket-client
Version:
Websocket client for AdonisJs
25 lines (22 loc) • 426 B
JavaScript
/*
* adonis-websocket-client
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Base plugins
*
* @type {Array}
*/
module.exports = [
require('rollup-plugin-node-resolve')({
main: true,
jsnext: true,
browser: true
}),
require('rollup-plugin-commonjs')()
]