Webpack 2 - Dev vs Production
So a couple of questions:
- Is it possible to configure webpack to automatically insert the LICENSE terms and conditions to a bundled .js file? (I guess I could have multiple entries and 1 output but then how to I account for removal of the license when it's ugilfied?)
- Can you configure webpack to automatically remove things like
console.log()
?