An open API service indexing awesome lists of open source software.

https://github.com/daggerok/webpack-examples

webpack 4 examples
https://github.com/daggerok/webpack-examples

travis-ci-github webpack webpack4

Last synced: 21 days ago
JSON representation

webpack 4 examples

Awesome Lists containing this project

README

          

= webpack-examples image:https://travis-ci.org/daggerok/webpack-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/webpack-examples"]

//tag::content[]
Read link:https://daggerok.github.io/webpack-examples[reference documentation]

webpack 4 examples:

- link:https://github.com/daggerok/webpack-examples/tree/master/modules/starter-no-config[starter without config file]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/starter[basic starter]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/add-html[add html-webpack-plugin]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/add-dev-server[add webpack-dev-server]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/add-css-and-styles-loaders[add css-loader and style-loader]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/using-extract-and-file-loaders[process html and using html / file loaders]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/using-extract-text-webpack-plugin[using `extract-text-webpack-plugin` (deprecated in order to `mini-css-extract-plugin`)]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/using-mini-css-extract-plugin[production build: minify everything, extract css...]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/using-optimize-css-assets-webpack-plugin[using `optimize-css-assets-webpack-plugin`]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/using-webpack-config-as-a-function[using webpack config as a function]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/webpack-babel-setup[babel webpack config]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/webpack-compression[compression webpack config]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/webpack-react-basic-setup[react basic webpack config]
- link:https://github.com/daggerok/webpack-examples/tree/master/modules/webpack-optimization-splitting[webpack optimization and code splitting]
//end::content[]