Posted inWebpack Webpack Configuration (part-4) – Setup Typescript Posted by By Sujay Kundu 28 March 2024 Install this dependencies $ npm install --save-dev typescript ts-loaderJavaScript Add the scripts in package.json "scripts":…
Posted inWebpack Webpack Configuration (part-3) – Setup Babel Posted by By Sujay Kundu 28 March 2024 Babel – Babel, it is a syntax converter and a transpiler. There may be times you…
Posted inWebpack Webpack Configuration (part-1) – Setup HTML Webpack Plugin Posted by By Sujay Kundu 28 March 2024 Till now, we can only view our index.html, but we have not connected our index.js…
Posted inWebpack Webpack Configuration (part-2) – Code Splitting Posted by By Sujay Kundu 28 March 2024 Update the output filename to use In our webpack.config.js file : output: { ... filename:…
Posted inWebpack Getting Started with Webpack in JS Projects Posted by By Sujay Kundu 28 March 2024 In this tutorial, I am going to show you how you can configure a javascript…