A collection of webpack configurations
Bundle javascript
Bundle & inject CSS
Bundle & inject PostCSS processed CSS
Sass with PostCSS
Bundle & inject Sass preprocessed CSS and use PostCSS to post-process
Bundle ES2015+ Javascript with Babel transpiler
Simplify creation of HTML files to serve your webpack bundles
More complex version of previous example
Setup a simple webpack-dev-server example, that provides you with a server and live reloading.
Lint your code with ESLint
Lint your code with standard
Run the Prettier code formatter on build/watch
Split all
node_modules
vendor code into separate file
- Case Sensitive Paths - Enforces case sensitive paths in Webpack requires. Extremely useful for larger teams and continuous integration setups work without issues.
- npm Install Webpack Plugin - Speed up development by automatically installing & saving dependencies with Webpack.
Contributions and corrections are actively encouraged. I want this resource to be as useful as possible.
Made by ZΛNDΞR ⚡