Skip to content

devnchill/Template

Repository files navigation

Webpack Template Repo

Branches Overview

main

  • Basic Webpack setup with individual config files for development and production. Babel setup for compiling js for compatibility with old browsers. Eslint and prettier for linting and formatting.

config/eslint-prettier

  • Adds ESLint and Prettier for code quality and formatting.

config/full-setup

  • Comprehensive setup with development, production, ESLint, Prettier, etc.

config/webpack-dev-prod

  • Separate webpack.dev.js and webpack.prod.js for dev and prod environments.

config/webpack-single-config-file

  • Single webpack.config.js for both dev and prod.

How to Use

  1. Clone the repo:
  2. cd Template
git clone [email protected]:devnchill/Template
cd Template
  1. choose branch as per your need
git checkout <branch-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published