# Webpack

# Main features

The shared configurations offered by @workleap/webpack-configs includes the following features 👇

# Language support

  • JavaScript
  • TypeScript
  • CSS (with CSS modules and PostCSS)

# Framework support

  • React

# Asset support

  • SVG as React components
  • PNG
  • JPEG
  • GIF

# Development features

  • Development server
  • File system caching
  • Fast Refresh or Hot Module Reload
  • Sourcemap

# Production features

  • File system caching
  • Minification
  • Output to /dist

# Target environment

As per the PostCSS and SWC configurations.

# Getting started

To get started, follow the quick start guide to configure webpack for either a development environment or a production environment.