DarthHater / bored-board-webapp

Here we go again
Apache License 2.0
4 stars 2 forks source link

Conwaydev webpack #2

Closed DarthHater closed 6 years ago

DarthHater commented 6 years ago

Couple fixes I needed to make to get Docker back up and running.

Let me know if this is ok by you @conwaydev , and we can merge it.

By the way this is hilarious:

screen shot 2017-11-28 at 10 26 26 am

This supercedes #1

DarthHater commented 6 years ago

Another thing I hadn't fully picked up on until looking deeper is you moved from Typescript to ES6 basically. Any reason?

conwaydev commented 6 years ago

nah we can easily get get TS back in, but have the babel ts loader handle it

I was just lazy lol

conwaydev commented 6 years ago

but yeah my thinking was let webpack handle all the bundle/ tasks, hope thats chill

conwaydev commented 6 years ago

we should also talk API responses at some point my dude

DarthHater commented 6 years ago

Sounds good, I sorta preferred using Typescript because it cuts out a few of the annoying ES6 things in terms of exporting blah blah blah (I'm probably wrong).

I'll go ahead and merge this and we can just move it back to TS or whatever in another PR.