Docly Child

Webpack+Html

Estimated reading: 1 minute

If you are using webpack version webpack.config.js this file has configure all bundel.
Please follow the below steps.

  1. Start command prompt window or terminal and change directory to /webpack+html
    • cd webpack+html
  2. nstall via the npm.
    • npm install
  3. For development
    • Npm run dev
  4. For build
    • Npm run build

Webpack is compiler tool for all html,css, js, image etc… files

Leave a Comment

Share this Doc
CONTENTS