woocommerce/packages/js/integrate-plugin
Christopher Allford e46d6bd207
Fixed `watch:build` Race Conditions (#42802)
There's currently a bug with `wireit` that makes the watch crash.
Swiching over to `nodemon` until that is resolved will
keep that from happening.
2023-12-13 18:25:16 -08:00
..
bin Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
changelog Fixed `watch:build` Race Conditions (#42802) 2023-12-13 18:25:16 -08:00
src Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
typings Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
.eslintrc.js Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
.npmrc Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
README.md Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
babel.config.js Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
changelog.md Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
composer.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
composer.lock Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
jest.config.json Fix Jest Preset (#42707) 2023-12-12 09:58:13 -08:00
package.json Fixed `watch:build` Race Conditions (#42802) 2023-12-13 18:25:16 -08:00
tsconfig-cjs.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
tsconfig.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00

README.md

@woocommerce/integrate-plugin

Integrate plugin is a tool to help existing WordPress plugins get set up with JavaScript & React in order to extend and create Blocks. The tool can also be used for scaffolding block examples.