This is a simple example to understand webpack and its feature
npm init
npm install --save-dev webpack webpack-cli webpack-server
npm build ->build without deployment
npm start ->build and deploy the app to webpack-dev-server
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple example to understand webpack and its feature
npm init
npm install --save-dev webpack webpack-cli webpack-server
npm build ->build without deployment
npm start ->build and deploy the app to webpack-dev-server