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
- Host: GitHub
- URL: https://github.com/daggerok/webpack-examples
- Owner: daggerok
- License: mit
- Created: 2018-06-17T04:04:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T22:36:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T00:41:26.001Z (over 1 year ago)
- Topics: travis-ci-github, webpack, webpack4
- Language: JavaScript
- Homepage: https://daggerok.github.io/webpack-examples
- Size: 964 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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[]