https://github.com/afeiship/webpack-gutenberg-kits
Special webpack kits for gutenberg editor.
https://github.com/afeiship/webpack-gutenberg-kits
gutenberg webpack
Last synced: 2 months ago
JSON representation
Special webpack kits for gutenberg editor.
- Host: GitHub
- URL: https://github.com/afeiship/webpack-gutenberg-kits
- Owner: afeiship
- Created: 2019-04-23T02:02:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T09:24:59.000Z (about 7 years ago)
- Last Synced: 2025-05-22T22:10:13.760Z (about 1 year ago)
- Topics: gutenberg, webpack
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-gutenberg-kits
> Special webpack kits for gutenberg editor.
## bugfix
```js
// Change :
"@wordpress/block-library": "^2.4.0",
"@wordpress/edit-post": "^3.3.0",
"@wordpress/format-library": "^1.4.0",
// To:
"@wordpress/block-library": "2.4.4",
"@wordpress/edit-post": "3.3.4",
"@wordpress/format-library": "1.4.4",
// UNless: No matching version found for @wordpress/editor@^9.2.5
```