How To Pack Javascript Code with Webpack

Written by gerald-goh | Published 2020/03/10
Tech Story Tags: webpack | javascript | html | tutorial-for-beginners | guide | web-development | software-development | programming

TLDR Webpack is a module bundler for JavaScript as well as HTML applications. It grabs modular pieces of code compartmentalized in folders and then reconstituting them into a compiled form. The split starts from the end to the beginning and not in the middle to avoid losing track. After splitting the file, the next bit is to export and import them as modules as modules. This article assumes that readers have prior knowledge of Webpack setup and serves as a guide to splitting JS files.via the TL;DR App

no story

Written by gerald-goh | A Developer who finds joy in combining the appeal of design with the complexity of engineering.
Published by HackerNoon on 2020/03/10