Any suggestions on how best to minify main.js to produce a new app.js, if we want to make a change to it? Are there any tools you use for this? I don’t see anything like a package.json for it here.
Ok, I can see app.js is produced by webpack, apparently. But can anybody tell me the command line I can use? (ie, precisely which other artifacts besides main.js do I need to feed into webpack to produce app.js)?