sfeir-open-source / talk-control

This project aims to make speakers' life easier by supplying an app to remotely control their slideshow.
Apache License 2.0
2 stars 5 forks source link

Replace parcel with webpack #93

Closed jtanguy closed 4 years ago

jtanguy commented 4 years ago

This PR replaces parcel with a webpack config bundling all necessary components and the associated webpages, in forms of the four main ones (tc-controller plus the three layouts).

The build and packaging step are not yet migrated, as their conception can vary depending on the work done in #50 .

Closes #83