Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marharyta/webpack-boilerplate
Boilerplate for webpack 4 setup
https://github.com/marharyta/webpack-boilerplate
Last synced: 3 months ago
JSON representation
Boilerplate for webpack 4 setup
- Host: GitHub
- URL: https://github.com/marharyta/webpack-boilerplate
- Owner: marharyta
- Created: 2018-06-23T11:43:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T17:36:02.000Z (over 5 years ago)
- Last Synced: 2024-04-27T19:33:51.504Z (7 months ago)
- Language: JavaScript
- Size: 343 KB
- Stars: 399
- Watchers: 29
- Forks: 76
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webpack-boilerplate is a project that provides webpack v4 boilerplates out-of-box to quickstart development. I decided to create it after writing a couple of medium blog posts
https://hackernoon.com/a-tale-of-webpack-4-and-how-to-finally-configure-it-in-the-right-way-4e94c8e7e5c1https://medium.freecodecamp.org/how-to-develop-react-js-apps-fast-using-webpack-4-3d772db957e4
I don`t believe in universal configurations and boilerplates when it comes to configuration files, I believe every project should be treated and configured individually.
Yet, there is a set of good practices that can help you with minimal project setup.This project is a collection of webpack setups I find useful that you can copy directly and start using on your project.
They are not limited to webpack only, but also have ESLint and Stylelint configured for more convenience.Every setup is based on webpack v4.
Some are 100% framework agnostic.
webpack-basic-setup
The bare minimum webpack setup to start writing websites.
webpack-sass-setup
Basic setup + support for sass.
webpack-development-setup
Development process oriented setup. Includes basic setup and some development features and settings.
webpack prod
Production-ready setup
- in progress