mclintprojects / actioncable-vue

A Vue plugin that makes integrating Rails Action Cable dead-easy.
MIT License
181 stars 38 forks source link

fix build error for typescript #29

Closed RealRobin-com closed 4 years ago

RealRobin-com commented 4 years ago

We had issues testing this locally before submitting the last PR. Seems we need the actioncable types in dependencies instead of dev dependencies

mclintprojects commented 4 years ago

Ahh. Does this work then?

RealRobin-com commented 4 years ago

I believe so. It fixed the build error I was getting.

mclintprojects commented 4 years ago

Alright. Thanks!

RealRobin-com commented 4 years ago

Thanks! that fixed it on our end.