<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mirza Hassan</title>
    <description>The latest articles on DEV Community by Mirza Hassan (@mirzahassan).</description>
    <link>https://dev.to/mirzahassan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F690697%2F9010a17b-c70f-42ef-9abd-da214ac57663.png</url>
      <title>DEV Community: Mirza Hassan</title>
      <link>https://dev.to/mirzahassan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mirzahassan"/>
    <language>en</language>
    <item>
      <title>Babel vs Webpack -  What are they</title>
      <dc:creator>Mirza Hassan</dc:creator>
      <pubDate>Sat, 21 Aug 2021 09:28:33 +0000</pubDate>
      <link>https://dev.to/mirzahassan/babel-vs-webpack-what-are-they-324a</link>
      <guid>https://dev.to/mirzahassan/babel-vs-webpack-what-are-they-324a</guid>
      <description>&lt;h2&gt;
  
  
  Babel
&lt;/h2&gt;

&lt;p&gt;Babel is a transpiler (JS Compiler) that coverts our ES6, TypeScript, JSX code to plain JavaScript.&lt;/p&gt;

&lt;p&gt;We need Babel because most of the browsers are not capable of understanding fancy code written in ES6, TS, JSX.&lt;/p&gt;

&lt;h2&gt;
  
  
  Webpack
&lt;/h2&gt;

&lt;p&gt;Webpack is a build or bundler tool. This build process consists of multiple tasks.&lt;/p&gt;

&lt;p&gt;Tasks may be transpiling, uglify, minimising and bundling of CSS and JS. And also responsible for resolving the dependencies.&lt;/p&gt;

&lt;p&gt;We specify these tasks in a configuration file and webpack uses multiple plugins to do these tasks. Babel is one of them.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
