/learning-webpack

Simple exercises to learn the basic of webpack

Primary LanguageJavaScript

Learning Webpack

Simple exercises to learn the basic of webpack. Each git tag represents a exercise.

To run: $ npm run dev

Tags:

  • ex01: Basic webpack configuration and structure
  • ex02: Using webpack with CommonJS
  • ex03: Using webpack with ES2015 modules (babel)
  • ex04: Adding React preset
  • ex05: Adding loader to CSS