This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 349
/
params.json
6 lines (6 loc) · 23.9 KB
/
params.json
1
2
3
4
5
6
{
"name": "Awesome-Webpack",
"tagline": "A curated list of awesome Webpack resources, libraries, tools and applications",
"body": "<h3 align=\"center\">\r\n\t<img width=\"355\" src=\"https://raw.githubusercontent.com/d3viant0ne/awesome-webpack/master/media/logo-horizontal.png\" alt=\"Webpack\">\r\n\t<br>\r\n</h3>\r\n\r\n**webpack** is a **module bundler**.\r\n\r\nwebpack takes modules with dependencies and generates static assets representing those modules.\r\n<br>\r\n## Awesome Webpack [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\r\n\r\n> A curated list of awesome Webpack resources, libraries, tools and applications\r\n\r\nInspired by the [awesome](https://github.com/sindresorhus/awesome) list. Feel free to improve this list by [contributing](contributing.md)!\r\n\r\n### Table of Contents\r\n - [Resources](#webpack-ecosystem)\r\n - [Documentation](#documentation)\r\n - [Community](#community)\r\n - [Twitter Follows](#twitter)\r\n - [Libraries](#libraries)\r\n - [Loaders](#loaders)\r\n - [File Type](#file-type)\r\n - [Component & Template](#component--template)\r\n - [Styles](#styles)\r\n - [Language & Framework](#language--framework)\r\n - [Utility](#utility)\r\n - [Testing](#testing)\r\n - [Integrations](#integration-libraries)\r\n - [Plugins](#webpack-plugins)\r\n - [Tools](#webpack-tools)\r\n - [Research & Training](#research--training)\r\n - [Articles](#articles)\r\n - [Videos](#videos)\r\n - [Courses](#courses)\r\n - [Books](#books)\r\n - [Webpack Examples](#webpack-examples)\r\n - [Community Examples](#community-examples)\r\n - [Angular](#angular)\r\n - [Framework Agnostic](#framework-agnostic)\r\n - [React](#react)\r\n - [Other](#other)\r\n\r\n<br>\r\n> <h2>Webpack Ecosystem</h2>\r\n\r\n### Documentation\r\n- [Webpack 1.x](http://webpack.github.io/docs/) - Webpack 1.x Documentation\r\n- [Webpack 2.x](https://webpack.github.io/webpack.io/) - Webpack 2.x Documentation ( Under development )\r\n\r\n### Community\r\n- [Webpack StackOverflow](http://stackoverflow.com/tags/webpack)\r\n- [Webpack Medium](https://medium.com/tag/webpack)\r\n- [Webpack Gitter Chat](https://gitter.im/webpack/webpack)\r\n\r\n### Twitter\r\n_People passionate about Webpack ( In no particular order )_\r\n- [Sean T. Larkin - @TheLarkInn](https://twitter.com/TheLarkInn)\r\n- [Juho Vepsäläinen - @bebraw](https://twitter.com/bebraw)\r\n- [Eric Clemmons - @ericclemmons](https://twitter.com/ericclemmons)\r\n- [Patrick Stapleton - @gdi2290](https://twitter.com/gdi2290)\r\n- [Kent C. Dodds - @kentcdodds](https://twitter.com/kentcdodds)\r\n- [Johannes Ewald - @Jhnnns](https://twitter.com/Jhnnns)\r\n- [Kyle Robinson Young - @shamakry](https://twitter.com/shamakry)\r\n- [Joshua Wiens - @d3viant0ne](https://twitter.com/d3viant0ne)\r\n- [Jonathan Creamer - @jcreamer898](https://twitter.com/jcreamer898)\r\n- [Jan Nicklas - @jantimon](https://twitter.com/jantimon)\r\n\r\n[Back to top](#table-of-contents)\r\n\r\n<br>\r\n> <h2> Libraries</h2>\r\n\r\n### Loaders\r\n##### File Type\r\n- [File Loader](https://github.com/webpack/file-loader): File loader module for Webpack. -- _Maintained By_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [URL Loader](https://github.com/webpack/url-loader): URL loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [HTML Loader](https://github.com/webpack/html-loader): HTML loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Raw Loader](https://github.com/webpack/raw-loader): Raw file loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Image Loader](https://github.com/thetalecrafter/img-loader): Image minimizing loader for webpack. -- _Maintainer_: `Andy VanWagoner` [![Github][githubIcon]](https://github.com/thetalecrafter) [![Twitter][twitterIcon]](https://twitter.com/thetalecrafter)\r\n- [SVG Url Loader](https://github.com/bhovhannes/svg-url-loader): Loader which loads SVG file as utf-8 encoded Url. -- _Maintainer_: `Hovhannes Babayan` [![Github][githubIcon]](https://github.com/bhovhannes)\r\n- [json5 Loader](https://github.com/webpack/json5-loader): json5 loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [json Loader](https://github.com/webpack/json-loader): json loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n\r\n##### Component & Template\r\n- [Angular2 Template Loader](https://github.com/TheLarkInn/angular2-template-loader): Inlines html and style's in Angular2 components. -- _Maintainer_: `Sean Larkin` [![Github][githubIcon]](https://github.com/TheLarkInn) [![Twitter][twitterIcon]](https://twitter.com/TheLarkInn)\r\n- [Handlebars Loader](https://github.com/pcardune/handlebars-loader): A handlebars template loader for Webpack. -- _Maintainer_: `Paul Carduner` [![Github][githubIcon]](https://github.com/pcardune) [![Twitter][twitterIcon]](https://twitter.com/pcardune)\r\n- [Vue Loader](https://github.com/vuejs/vue-loader): Webpack loader for Vue.js components. -- _Maintainer_: `Vuejs Team` [![Github][githubIcon]](https://github.com/vuejs) [![Twitter][twitterIcon]](https://twitter.com/vuejs)\r\n- [SVG React Loader](https://github.com/jhamlet/svg-react-loader) - Webpack SVG to React Component Loader. -- _Maintainer_: `Jerry Hamlet` [![Github][githubIcon]](https://github.com/jhamlet) [![Twitter][twitterIcon]](https://twitter.com/jerryhamlet)\r\n- [Underscore Loader](https://github.com/emaphp/underscore-template-loader) - Underscore and Lodash template loader. -- _Maintainer_: `Emmanuel Antico` [![Github][githubIcon]](https://github.com/emaphp) [![Twitter][twitterIcon]](https://twitter.com/emaphp)\r\n- [ngTemplate Loader](https://github.com/WearyMonkey/ngtemplate-loader) - Angular1 Template Loader. -- _Maintainer_: `Toby Rahilly` [![Github][githubIcon]](https://github.com/WearyMonkey)\r\n\r\n##### Styles\r\n- [Style Loader](https://github.com/webpack/style-loader): Style loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [PostCSS Loader](https://github.com/postcss/postcss-loader): PostCSS loader for Webpack. -- _Maintainer_: `PostCSS Team` [![Github][githubIcon]](https://github.com/postcss) [![Twitter][twitterIcon]](https://twitter.com/PostCSS)\r\n- [CSS Loader](https://github.com/webpack/css-loader): CSS loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [SASS Loader](https://github.com/jtangelder/sass-loader): SASS loader for Webpack. -- _Maintainer_: `Jorik Tangelder` [![Github][githubIcon]](https://github.com/jtangelder) [![Twitter][twitterIcon]](https://twitter.com/jorikdelaporik)\r\n- [Less Loader](https://github.com/webpack/less-loader): Less loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Stylus Loader](https://github.com/shama/stylus-loader): A stylus loader for webpack. -- _Maintainer_: `Kyle Robinson Young` [![Github][githubIcon]](https://github.com/shama) [![Twitter][twitterIcon]](https://twitter.com/shamakry)\r\n- [Isomorphic Style Loader](https://github.com/kriasoft/isomorphic-style-loader): Isomorphic CSS style loader for Webpack. -- _Maintainer_: `Kriasoft Team` [![Github][githubIcon]](https://github.com/kriasoft) [![Twitter][twitterIcon]](https://twitter.com/kriasoft)\r\n\r\n##### Language & Framework\r\n- [TS Loader](https://github.com/TypeStrong/ts-loader): TypeScript loader for webpack. -- _Maintainer_: `TypeStrong Team` [![Github][githubIcon]](https://github.com/TypeStrong)\r\n- [Awesome TypeScript Loader](https://github.com/s-panferov/awesome-typescript-loader): Awesome TS loader for Webpack. -- _Maintainer_: `Stanislav Panferov` [![Github][githubIcon]](https://github.com/s-panferov) [![Twitter][twitterIcon]](https://twitter.com/babel)\r\n- [Coffee Loader](https://github.com/webpack/coffee-loader): Coffee loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Bootstrap Loader](https://github.com/shakacode/bootstrap-loader): Load Bootstrap styles in your Webpack bundle. -- _Maintainer_: `ShakaCode Team` [![Github][githubIcon]](https://github.com/shakacode) [![Twitter][twitterIcon]](https://twitter.com/shakacode)\r\n- [PostHTML Loader](https://github.com/posthtml/posthtml): PostHTML loader for Webpack. -- _Maintainer_: `PostHTML Team` [![Github][githubIcon]](https://github.com/posthtml) [![Twitter][twitterIcon]](https://twitter.com/PostHTML)\r\n- [ELM Loader](https://github.com/rtfeldman/elm-webpack-loader): Webpack loader for the Elm programming language. -- _Maintainer_: `Richard Feldman` [![Github][githubIcon]](https://github.com/rtfeldman) [![Twitter][twitterIcon]](https://twitter.com/rtfeldman)\r\n\r\n##### Utility\r\n- [Babel Loader](https://github.com/babel/babel-loader): Webpack plugin for Babel. -- _Maintainer_: `Babel Team` [![Github][githubIcon]](https://github.com/babel) [![Twitter][twitterIcon]](https://twitter.com/babel)\r\n- [ESLint Loader](https://github.com/MoOx/eslint-loader): ESLint loader for Webpack. -- _Maintainer_: `Maxime Thirouin` [![Github][githubIcon]](https://github.com/MoOx) [![Twitter][twitterIcon]](https://twitter.com/MoOx)\r\n- [StyleLint Loader](https://github.com/adrianhall/stylelint-loader): A Webpack Loader for linting SASS, SCSS & CSS. -- _Maintainer_: `Adrian Hall` [![Github][githubIcon]](https://github.com/adrianhall) [![Twitter][twitterIcon]](https://twitter.com/FizzyInTheHall)\r\n- [JSHint Loader](https://github.com/webpack/jshint-loader): JSHint loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [JSCS Loader](https://github.com/unindented/jscs-loader): Run your source through the JSCS style checker. -- _Maintainer_: `Daniel Perez Alvarez` [![Github][githubIcon]](https://github.com/unindented)\r\n- [JSHint Loader](https://github.com/webpack/jshint-loader): JSHint loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Bundle Loader](https://github.com/webpack/bundle-loader): Bundle loader for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Worker Loader](https://github.com/webpack/worker-loader): Worker loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [JSCS Loader](https://github.com/unindented/jscs-loader): Resolves relative paths in url() statements. -- _Maintainer_: `Ben Holloway` [![Github][githubIcon]](https://github.com/bholloway)\r\n- [Import Loader](https://github.com/webpack/imports-loader): Imports loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [SourceMap Loader](https://github.com/webpack/source-map-loader): Extract sourceMappingURL comments from modules. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Combine Loader](https://www.npmjs.com/package/webpack-combine-loaders) - Converts a loaders array into a single loader string. -- _Maintainer_: `James Friend` [![Github][githubIcon]](https://github.com/jsdf)\r\n- [Icon Font Loader](https://www.npmjs.com/package/icons-loader) - Generates an iconfont from SVG dependencies. -- _Maintainer_: `Tom Grooffer` [![Github][githubIcon]](https://github.com/tomgrooffer)\r\n\r\n##### Testing\r\n- [Mocha Loader](https://github.com/webpack/mocha-loader): Mocha loader module for Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Karma Webpack](https://github.com/webpack/karma-webpack): Use Karma with Webpack. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n\r\n[Back to top](#table-of-contents)\r\n\r\n<br>\r\n### Integration Libraries\r\n- [Terse Webpack](https://github.com/ericclemmons/npm-install-webpack-plugin) - Webpack simplified in a fluent API with presets. -- _Maintainer_: `Eric Clemmons` [![Github][githubIcon]](https://github.com/ericclemmons) [![Twitter][twitterIcon]](https://twitter.com/ericclemmons)\r\n- [SystemJS Webpack](https://github.com/guybedford/systemjs-webpack-plugin) - Webpack bundling for SystemJS. -- _Maintainer_: `Guy Bedford` [![Github][githubIcon]](https://github.com/guybedford) [![Twitter][twitterIcon]](https://twitter.com/guybedford)\r\n- [Gulp Webpack Stream](https://github.com/shama/webpack-stream) - Run webpack through a stream interface. -- _Maintainer_: `Kyle Robinson Young` [![Github][githubIcon]](https://github.com/shama) [![Twitter][twitterIcon]](https://twitter.com/shamakry)\r\n\r\n[Back to top](#table-of-contents)\r\n\r\n<br>\r\n### Webpack Plugins\r\n- [Extract Text Plugin](https://github.com/webpack/extract-text-webpack-plugin): Extract text from bundle into a file. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Compression Plugin](https://github.com/webpack/compression-webpack-plugin): Prepare assets to serve with Content-Encoding. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Offline Plugin](https://github.com/NekR/offline-plugin): Offline plugin (ServiceWorker, AppCache) for Webpack. -- _Maintainer_: `Arthur Stolyar` [![Github][githubIcon]](https://github.com/NekR) [![Twitter][twitterIcon]](https://twitter.com/nekrtemplar)\r\n- [Rewire Plugin](https://github.com/jhnns/rewire-webpack): Dependency injection for Webpack bundles. -- _Maintainer_: `Johannes Ewald` [![Github][githubIcon]](https://github.com/jhnns) [![Twitter][twitterIcon]](https://twitter.com/Jhnnns)\r\n- [HTML Webpack Plugin](https://github.com/ampedandwired/html-webpack-plugin): Simplifies creation of HTML files. -- _Maintainer_: `Jan Nicklas` [![Github][githubIcon]](https://github.com/jantimon) [![Twitter][twitterIcon]](https://twitter.com/jantimon)\r\n- [Copy Webpack Plugin](https://github.com/kevlened/copy-webpack-plugin): Copy files and directories in webpack. -- _Maintainer_: `Len Boyette` [![Github][githubIcon]](https://github.com/kevlened) [![Twitter][twitterIcon]](https://twitter.com/kevlened)\r\n- [Split By Path](https://github.com/BohdanTkachenko/webpack-split-by-path): Split By Path Webpack Plugin. -- _Maintainer_: `Bohdan Tkachenko` [![Github][githubIcon]](https://github.com/BohdanTkachenko) [![Twitter][twitterIcon]](https://twitter.com/bohdantkachenko)\r\n\r\n[Back to top](#table-of-contents)\r\n\r\n<br>\r\n### Webpack Tools\r\n- [Webpack Dev Middleware](https://github.com/webpack/webpack-dev-middleware): Middleware which arguments a live bundle. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Webpack Dev Server](https://github.com/webpack/webpack-dev-server): Serves a webpack app. Updates the browser on changes. -- _Maintainer_: `Webpack Team` [![Github][githubIcon]](https://github.com/webpack)\r\n- [Webpack Merge](https://github.com/survivejs/webpack-merge) - Merge designed for Webpack. -- _Maintainer_: `Juho Vepsäläinen` [![Github][githubIcon]](https://github.com/bebraw) [![Twitter][twitterIcon]](https://twitter.com/bebraw)\r\n- [NPM Install Webpack](https://github.com/ericclemmons/npm-install-webpack-plugin) - Automatically install & save deps with Webpack. -- _Maintainer_: `Eric Clemmons` [![Github][githubIcon]](https://github.com/ericclemmons) [![Twitter][twitterIcon]](https://twitter.com/ericclemmons)\r\n- [Webpack Validator](https://github.com/js-dxtools/webpack-validator) - Validates your webpack config with Joi. -- _Maintainer_: `js-dxtools Team` [![Github][githubIcon]](https://github.com/js-dxtools)\r\n- [Webpack Config Utils](https://github.com/kentcdodds/webpack-config-utils) - Util. to make your webpack config easier to read. -- _Maintainer_: `Kent C. Dodds` [![Github][githubIcon]](https://github.com/kentcdodds) [![Twitter][twitterIcon]](https://twitter.com/kentcdodds)\r\n- [Angular2 Webpack Toolkit](https://github.com/AngularClass/webpack-toolkit) - Webpack tools and helpers for Angular 2. -- _Maintainer_: `AngularClass` [![Github][githubIcon]](https://github.com/AngularClass) [![Twitter][twitterIcon]](https://twitter.com/AngularClass)\r\n- [HJS Webpack](https://github.com/HenrikJoreteg/hjs-webpack): Helpers/presets for setting up webpack with hotloading. -- _Maintainer_: `Henrik Joreteg` [![Github][githubIcon]](https://github.com/HenrikJoreteg)\r\n\r\n[Back to top](#table-of-contents)\r\n\r\n<br>\r\n> <h2> Research & Training</h2>\r\n\r\n### Articles\r\n- [Jamund Ferguson | 22-Jul-16](https://medium.com/@xjamundx/manually-tuning-webpack-builds-284923f47f44#.lbvkidezh) - Manually Tuning Webpack Builds.\r\n- [Sean T. Larkin | 21-Jul-16](https://medium.com/webpack/webpack-bits-learn-and-debug-webpack-with-chrome-dev-tools-da1c5b19554#.gpoentuxe) - Learn and Debug webpack with Chrome Dev Tools!.\r\n- [Raja Rao DV | 10-Apr-16](https://medium.com/@rajaraodv/webpack-the-confusing-parts-58712f8fcad9#.qmfmplobc) - Webpack — The Confusing Parts.\r\n- [Jonathan Creamer | 25-Feb-16](http://jonathancreamer.com/webpack-code-splitting-with-es6-and-babel-6/) - WebPack Code splitting with ES6 and Babel 6.\r\n- [Grgur Grisogono | 15-Feb-16](https://medium.com/@somebody32/how-to-split-your-apps-by-routes-with-webpack-36b7a8a6231#.iy99i4f7r) - Webpack 2 Tree Shaking Configuration.\r\n- [Ilya Zayats | 07-Feb-16](https://medium.com/modus-create-front-end-development/webpack-2-tree-shaking-configuration-9f1de90f3233#.5pddvz5lz) - How to split your apps by routes with Webpack.\r\n- [Sebastian De Deyne | 04-Feb-16](https://sebastiandedeyne.com/posts/2016/adventure-time-with-webpack) - Adventure Time With Webpack.\r\n- [Jonathan Creamer | 10-Jan-16](http://jonathancreamer.com/advanced-webpack-part-2-code-splitting/) - Advanced WebPack Part 2 - Code Splitting.\r\n- [Andy Ccs | 02-Jan-16](https://medium.com/@andyccs/webpack-and-docker-for-development-and-deployment-ae0e73243db4#.2yutcm8s4) - Webpack and Docker for Development and Deployment.\r\n- [Jonathan Creamer | 08-Jun-16](http://jonathancreamer.com/advanced-webpack-part-3-creating-a-custom-notifier-plugin/) - Advanced WebPack Part 3 - Creating a custom notifier plugin.\r\n- [Nader Dabit | 07-Sept-15](https://medium.com/@dabit3/beginner-s-guide-to-webpack-b1f1a3638460#.xb01fcsoq) - Beginner’s guide to Webpack.\r\n- [Jonathan Creamer | 02-Sept-15](http://jonathancreamer.com/advanced-webpack-part-1-the-commonschunk-plugin/) - Advanced WebPack Part 1 - The CommonsChunk Plugin.\r\n- [Maxime Fabre | 16-Oct-15](https://blog.madewithlove.be/post/webpack-your-bags/?utm_content=buffer480f4&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer) - Webpack your bags.\r\n- [Andrew Ray | 09-Apr-16](http://blog.andrewray.me/webpack-when-to-use-and-why/) - Webpack: When To Use and Why.\r\n\r\n### Videos\r\n- [Sean Larkin on AngularAir | 03-Aug-16](https://plus.google.com/events/c76mih8qcjj0ffocpdlcbegvejs) - ngAir 75 - Webpack 2 with Sean Larkin.\r\n- [Eric Clemmons chat with Kent C. Dodds | 01-Jul-16](https://www.youtube.com/watch?v=PthDwpgrhmQ) - Webpack HMR.\r\n- [Mirko Nasato (5 Part Series) | 07-Jun-16](https://www.youtube.com/playlist?list=PLgGUMhSgtxJyIQ4vI3BzlCzZLHL79Ew6p) - Angular2 with Webpack Project Setup.\r\n- [Jonathan Creamer at Nodevember | 05-Dec-15](https://www.youtube.com/watch?v=MzVFrIAwwS8) - Advanced WebPack.\r\n- [Kyle Robinson Young | 08-Jul-15](https://www.youtube.com/watch?v=TaWKUpahFZM) - Getting Started with Webpack.\r\n- [Tasveer Singh at TorontoJS Tech Talk | 09-Apr-15](https://www.youtube.com/watch?v=TaWKUpahFZM) - Webpack.\r\n- [Jeremy Lund at Mountain West JS | 28-Mar-15](https://www.youtube.com/watch?v=ANMN9M9LhNQ) - Gift Wrap Your Code with Webpack.\r\n\r\n### Courses\r\n- [Intro to webpack (playlist)](https://egghead.io/playlists/intro-to-webpack-4ca2d994) - Egghead.io playlist of a few videos by [Kent C. Dodds](https://twitter.com/kentcdodds) (the first is free).\r\n- [Angular and Webpack for modular applications](https://egghead.io/courses/angular-and-webpack-for-modular-applications) - Egghead.io course by [Kent C. Dodds](https://twitter.com/kentcdodds)\r\n- [Using Webpack for Production JavaScript Applications](https://egghead.io/courses/using-webpack-for-production-javascript-applications) - Egghead.io course by [Kent C. Dodds](https://twitter.com/kentcdodds) (advanced)\r\n- [Webpack Fundamentals](https://www.pluralsight.com/courses/webpack-fundamentals) - [Joe Eames](https://twitter.com/josepheames) for Pluralsight (intermediate)\r\n\r\n### Books\r\n- [SurviveJS Webpack](http://survivejs.com/webpack/introduction/): Free book guiding from a webpack apprentice to master. Covers development, production, and advanced topics.\r\n\r\n### Webpack Examples\r\n- [Webpack Examples](https://github.com/webpack/webpack/tree/master/examples): Examples of common Webpack functionality.\r\n\r\n### Community Examples\r\n##### Angular\r\n- [Angular2 Webpack Starter](https://github.com/AngularClass/angular2-webpack-starter) - A Webpack driven Angular 2 Starter kit from [AngularClass](https://github.com/AngularClass).\r\n- [Angular2 Webpack](https://github.com/AngularClass/angular2-webpack-starter) - A complete, yet simple, starter for Angular 2 using Webpack from [Preboot](https://github.com/preboot).\r\n- [Angular2 Webpack Visual Studio](https://github.com/damienbod/Angular2WebpackVisualStudio) - ASP.NET Core, Angular2 with Webpack and Visual Studio from [Damien Bod](https://github.com/damienbod).\r\n- [Angular2 Starter](https://github.com/schempy/angular2-typescript-webpack) - Angular2 starter kit with Typescript and Webpack from [Brian Schemp](https://github.com/schempy).\r\n- [Angular2 SPA](https://github.com/aspnet/JavaScriptServices/tree/dev/templates/Angular2Spa) - Angular 2 ASP.NET Core Spa from [Steve Sanderson](https://github.com/SteveSandersonMS).\r\n- [Angular2 Seed](https://github.com/angular/angular2-seed/) - A simple starter demonstrating the basic concepts of Angular2 from [Pawel Kozlowski](https://github.com/pkozlowski-opensource).\r\n\r\n##### Framework Agnostic\r\n- [ES6 TodoMVC with Webpack](https://github.com/kentcdodds/es6-todomvc) - Repo used to teach webpack. (Check branches). from [Kent C. Dodds](https://github.com/kentcdodds).\r\n\r\n##### React\r\n- [Create React App](https://github.com/facebookincubator/create-react-app) - Create React apps with no build configuration from [Dan Abramov](https://github.com/gaearon).\r\n- [React Starter Kit](https://github.com/kriasoft/react-starter-kit) - Isomorphic web app boilerplate from [Kriasoft Team](https://github.com/kriasoft).\r\n- [React Redux Universal](https://github.com/erikras/react-redux-universal-hot-example) - A starter boilerplate for a universal webapp from [Erik Rasmussen](https://github.com/erikras).\r\n- [Frontend Boilerplate](https://github.com/tj/frontend-boilerplate) - A boilerplate of things that mostly shouldn't exist from [TJ Holowaychuk](https://github.com/tj).\r\n- [React Webpack Node](https://github.com/choonkending/react-webpack-node) - Your One-Stop solution for a full-stack universal Redux from [Ken Ding](https://github.com/choonkending).\r\n- [React Native Calculator](https://github.com/benoitvallon/react-native-nw-react-calculator) - Mobile, desktop and website Apps with the same code from [Benoit Vallon](https://github.com/benoitvallon).\r\n- [React Cordova Boilerplate](https://github.com/unimonkiez/react-cordova-boilerplate) - TodoMVC example for React with Cordova from [Yuval Saraf](https://github.com/unimonkiez).\r\n\r\n### Other\r\n- [Juho, Johannes, Tibias & Sean on JavaScript Air](http://jsair.io/webpack) - [JavaScript Air](https://javascriptair.com/) podcast\r\n\r\n[Back to top](#table-of-contents)\r\n\r\n[twitterIcon]: https://rawgit.com/d3viant0ne/awesome-webpack/master/media/twitter-square.svg\r\n[githubIcon]: https://rawgit.com/d3viant0ne/awesome-webpack/master/media/github-square.svg\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}