how to add webpack dependency to package.json in ubuntu code example
Example 1: npm install webpack
npm install --save-dev webpack
Example 2: npm webpack
yarn add webpack --dev
npm install --save-dev webpack
yarn add webpack --dev