UNPKG

w-comor-websocket

Version:

A websocket communicator in nodejs and browser. Mapping functions from nodejs to other end points, like a simple RPC.

16 lines (15 loc) 446 B
module.exports = { 'presets': [ ['@babel/preset-env', { 'useBuiltIns': 'entry', 'corejs': 3 }] ], 'plugins': [ '@babel/plugin-transform-runtime', '@babel/plugin-syntax-import-assertions', '@babel/plugin-proposal-export-default-from', '@babel/plugin-proposal-nullish-coalescing-operator', '@babel/plugin-proposal-optional-chaining' ] }