woocommerce/packages/js/integrate-plugin
Vladimir Reznichenko 21d14759b3
[dev] Monorepo: minor build speed improvement (tsconfig consolidation) (#52191)
In this PR, we consolidate TypeScript config files (using the 'include' setting) and JS test directory naming. The goal is to reduce the number of processed files during different build steps.
2024-10-23 13:48:36 +02:00
..
bin Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
changelog [dev] Monorepo: minor build speed improvement (tsconfig consolidation) (#52191) 2024-10-23 13:48:36 +02: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 bump php version in packages/js/*/composer.json (#42020) 2024-01-04 10:18:34 -04: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 [dev] CI: liverage composer packages cache in pr-lint-monorepo workflow (#52054) 2024-10-16 12:02:31 +02:00
tsconfig-cjs.json [dev] Monorepo: minor build speed improvement (tsconfig consolidation) (#52191) 2024-10-23 13:48:36 +02:00
tsconfig.json [dev] Monorepo: minor build speed improvement (tsconfig consolidation) (#52191) 2024-10-23 13:48:36 +02: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.