Learning Gutenberg: Setting up a Custom webpack Config
Gutenberg introduces the modern JavaScript stack into the WordPress ecosystem, which means some new tooling should be learned. Although tools like create-guten-block are incredibly useful, it’s also handy to know what’s going on under the hood.
Article Series:
- Series Introduction
- What is Gutenberg, Anyway?
- A Primer with create-guten-block
- Modern JavaScript Syntax
- React 101
- Setting up a Custom webpack (This Post)
- A Custom “Card” Block (Coming Soon!)
The files we will be configuring here should be familiar from what we covered…
The post Learning Gutenberg: Setting up a Custom webpack Config appeared first on CSS-Tricks.




