rsocket / rsocket-js

JavaScript implementation of RSocket
https://github.com/rsocket/rsocket-js
Apache License 2.0
594 stars 97 forks source link

chore: add simple webpack example #246

Closed viglucci closed 1 year ago

viglucci commented 1 year ago

Adds a very minimal example of building a web app compiled with Webpack.

Motivation:

Demonstrate configuring webpack.

245