
WPACK.IO - Webpack dev server for WordPress
💥🔥📦👩💻 An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.

Contribute
Become a financial contributor.
Sponsor
$2,000 USD / month goal
$0.00 USD / month raised (0%)
LIMITED: 10 LEFT OUT OF 10
Become a sponsor for wpack.io to help us release new features and spend more time on fine tuning. As a thank you, your name/logo will be linked on... Read more
Starts at
$100 USD / month
On boarding
For the one-time donation, the creator (@swashata) would personally help your team setup wpack.io on your on-going/new WordPress projects. We will... Read more
$1,000 USD
Top financial contributors
$5 USD since Jan 2021
WPACK.IO - Webpack dev server for WordPress is all of us
Our contributors 2
Everyone who has supported WPACK.IO - Webpack dev server for WordPress. Individuals and organizations that believe in –and take ownership of– our purpose.

Connect
Let’s get the ball rolling!
What's new with WPACK.IO - Webpack dev server for WordPress
Stay up to date with our latest activities and progress.
Release Version 4

Budget
Transparent and open finances.
Monthly financial contribution to WPACK.IO - Webpack dev ...
from Andre Gagnon •
Today’s balance
$4.05 USD
~ $48.60 USD

About
Add @wpackio/scripts to your project
npx @wpackio/cli
Bootstrap dependencies and configuration
npm run bootstrap
yarn bootstrap
Configure JS entry-points
Consume scripts & styles with PHP
composer require wpackio/enqueue
Start development server
npm start
yarn start
Build Production files
npm run build
yarn build
Create distributable zip file
npm run archive
yarn archive