Our great sponsors
-
{ "name": "webpack-5-tutorial", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack", "start": "webpack serve" }, "repository": { "type": "git", "url": "git+https://github.com/bgopikrishna/webpack-5-tutorial.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/bgopikrishna/webpack-5-tutorial/issues" }, "homepage": "https://github.com/bgopikrishna/webpack-5-tutorial#readme", "devDependencies": { "html-webpack-plugin": "^5.5.0", "webpack": "^5.72.1", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.9.3" }, }
-
GitHub Repo - https://github.com/bgopikrishna/webpack-tutorial/tree/v5/part-1
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Currently, we are showing age in the only number of days. For better readability, let's use a function from the date-fns library. To install it, run.