Import jQuery and jQuery-UI using Parcel JS
Introduction In my previous post I talked about Parcel JS and how it is a very easy to use JavaScript Bundler. Today, we will see how to import and use JQuery and JQuery-UI libraries in our application when using Parcel JS. Above mentioned libraries are very common and powerful in most of the applications. So, … Read more