- 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.
- Adds ESLint and Prettier for code quality and formatting.
- Comprehensive setup with development, production, ESLint, Prettier, etc.
- Separate
webpack.dev.js
andwebpack.prod.js
for dev and prod environments.
- Single
webpack.config.js
for both dev and prod.
- Clone the repo:
- cd Template
git clone [email protected]:devnchill/Template
cd Template
- choose branch as per your need
git checkout <branch-name>