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.
- Host: GitHub
- URL: https://github.com/humanmade/webpack-helpers
- Owner: humanmade
- Created: 2019-02-13T19:56:59.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T10:55:06.000Z (about 3 years ago)
- Last Synced: 2025-08-10T15:04:32.972Z (11 months ago)
- Language: JavaScript
- Homepage: https://humanmade.github.io/webpack-helpers
- Size: 558 KB
- Stars: 30
- Watchers: 20
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Helpers
A [Human Made](https://humanmade.com) project. [](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)