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

https://github.com/humanmade/webpack-helpers

Reusable Webpack configuration components & related helper utilities.
https://github.com/humanmade/webpack-helpers

Last synced: 11 months ago
JSON representation

Reusable Webpack configuration components & related helper utilities.

Awesome Lists containing this project

README

          

# Webpack Helpers

A [Human Made](https://humanmade.com) project. [![Build Status](https://travis-ci.com/humanmade/webpack-helpers.svg?branch=main)](https://travis-ci.com/humanmade/webpack-helpers)

## Background

A WordPress project can encompass a number of individual themes & plugins, and any of these components may contain frontend scripts or styles. This package provides reusable fragments of Webpack configurations and associated helper methods that would otherwise need to be duplicated across many project components.

## [Documentation](https://humanmade.github.io/webpack-helpers)

Visit [humanmade.github.io/webpack-helpers](https://humanmade.github.io/webpack-helpers) to view the complete project documentation, including a guide to each included module and getting-started instructions.

Visit the [`docs/`](./docs) folder to view or modify the content used to generate this documentation site.

## What's In The Box

### [Opinionated Configuration Presets](https://humanmade.github.io/webpack-helpers/modules/presets)
### [Loader Generators](https://humanmade.github.io/webpack-helpers/modules/loaders)
### [Plugin Generators](https://humanmade.github.io/webpack-helpers/modules/plugins)
### [Helpers](https://humanmade.github.io/webpack-helpers/modules/helpers)