© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tom M
Slowly becoming a pro
Svetlana
js hack
Webpack work with an array of configurations like so
module.exports = [ { entry : .. , output : { out, lib .... }} , { entry ..: output : { out} , plugins : [uglify]} ]
Denny Trebbin
Lead Fullstack Developer. Experimenting with bleeding-edge tech. Irregularly DJ. Hobby drone pilot. Amateur photographer.
And another easy to read&follow article https://k94n.com/webpack-ftw
Cecil Phillip
.NET Software Developer, Podcaster, Educator & Mentor
This article shows how http://code.hootsuite.com/webpack-101/
Svetlana
js hack
Webpack work with an array of configurations like so
module.exports = [ { entry : .. , output : { out, lib .... }} , { entry ..: output : { out} , plugins : [uglify]} ]