BranchofLight / CyTube-Room-Script

A script for https://cytu.be
MIT License
1 stars 2 forks source link

How do I compile it? #11

Closed mopoIo closed 1 year ago

mopoIo commented 2 years ago

How do I compile the src into the single .js file? I want to make some changes with my own javascript but I don't know how to compile it back into the final file. Thanks!

BranchofLight commented 2 years ago

It's been a while since I've built a new version and don't currently have my development computer.

But I imagine webpack --mode=production would work. Alternatively you could use the already setup npm run webpack however it won't compress the files.