6XGate / bridgecmdr

Raspberry Pi professional A/V switch and monitor controller for retro gaming
https://www.sleepingcats.org/bridgecmdr
GNU General Public License v3.0
14 stars 2 forks source link

Replace the custom webpack system with Laravel Mix #18

Closed 6XGate closed 4 years ago

6XGate commented 4 years ago

Laravel Mix seems to fix many issues with Vue an Typescript interaction as well as handles all known uses cases for building the code base.

6XGate commented 4 years ago

Well, it seems Laravel Mix doesn't like node modules by default. So for simplicity I fixed some other outstanding issues with the build process.