webpack basics
In this tutorial You will learn what is webpack? How to bundle js, ts, jsx, tsx, html, css files in webpack?.
And at last we will use babel transcompiler to compile out jsx and use it in browser.
webpack
Webpack is bundler that bundles multiple js f...
shhekk.hashnode.dev5 min read