galehouse5/skribbl-io-autodraw

[QUESTION] What JS minifier/combiner are you using?

Closed this issue · 3 comments

Just want to know for future ease.

Well basically, what process do you use in order to get the scripts in src to compile into the minified all together bundled versions in dist? I can tell that node/npm is used somewhat, and maybe browserify/tinyify, but other than that, I have no clue.

Sure thing! I'm using webpack-cli. webpack --mode=production to bundle and minify. webpack --mode=development to just bundle for local debugging. And I set up my development environment using npm install --global webpack-cli.

Thanks! Though I could only get the webpack to work if i installed color-diff locally, but got it to work