mjayjones13 / beans

0 stars 0 forks source link

Client: Arch - SPIKE - Investigate Webpack #13

Closed joshcox closed 7 years ago

joshcox commented 7 years ago

We don't want to load every file in a separate <script/> tag since that's a lot of requests back and forth between the client and server.

So, to mitigate the number of data transfers, investigate Webpack to bundle our files into a single static content javascript file that can be served to the client.

The bundle should be: