Dynamic Entries in Webpack
To create dynamic entries in webpack by using glob and reduce. Dynamic entries make it easy to define our assets in multiple modules and also only one entry can add assets from multiple locations.
To create dynamic entries in webpack by using glob and reduce. Dynamic entries make it easy to define our assets in multiple modules and also only one entry can add assets from multiple locations.
Are you facing issues with cURL requests taking too much time even some times you got an error ‘request time out’ or ‘Maximum execution time exceed’. This may be because you are requesting a server for N number of times. You can solve this by Multi cURL requests which reduce curl request time tremendously. It …
Multi cURL requests | Reduce curl request time tremendously Read More »
To install extension manually you need to unzip the extension first. Follow the steps to load the unpacked extension
To create chrome extension create a manifest file with all the required option, add popup.html. install and check the extension.