gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

Fix webpack/babel notice #21

Closed jarmentor closed 7 months ago

jarmentor commented 7 months ago

Add @babel/plugin-proposal-private-property-in-object to devDeps to resolve the warning when the dev server starts.

jarmentor commented 7 months ago

@gbowne1 opening a pull request for issue #13

gbowne1 commented 7 months ago

Will migrate this to Vite, NextJs, etc once the bots front end and back end is complete.