Chi-Hsuan Huang
86fc8b62e5
Switch to pnpm ( https://github.com/woocommerce/woocommerce-admin/pull/8349 )
...
* Add pnpm-workspace.yaml
* Add missing dependencies & replace file: with workspace:* in
package.json
* Replace "npm" with "pnpm"
* Replace "npx" with "pnpx"
* Remove package-lock.json
* Add pnpm setup action to github workflows
* Update webpack babel exclude path
* Upgrade woo e2e and fix e2e test command
Update e2e.yml
Use pnpm run e2e:docker-up in e2e.yml
* Remove unused docker-compose.yaml
* Replace lerna with pnpm commands
Update publish commands
* Exclude _locutus_shared_bc.js in babel.config.js
* Add .npmrc to set enable-pre-post-scripts=true by default
* Fix storybook babel config
Update babel.config.js
* Add changelog
* Update pnpm-lock.yaml
* Replace pnpx with pnpm exec
* Update pnpm-lock.yaml
* Remove js-tests/package-lock.json
* Fix @woocommerce/tracks -> workspace:*
* Update pnpm-lock.yaml
* Add @woocommerce/experimental to onboarding/package.json
* Add "@woocommerce/component" to onboarding/package.json
* Update pnpm-lock.yaml
* Use || instead of && for "test:watch"
Co-authored-by: RJ <27843274+rjchow@users.noreply.github.com>
* Fix packages/number "clean" command
* Add root: true to .eslintrc.js to enforce it to use the root config file
* Exclude packages/**/node_modules from babel transpiling
* Fix js-tests build config
Co-authored-by: RJ <27843274+rjchow@users.noreply.github.com>
2022-03-04 12:01:16 +08:00
Francesco
1ace2bbf1e
add: `@woocommerce/block-data` in Webpack deps extraction ( https://github.com/woocommerce/woocommerce-admin/pull/7911 )
2022-03-02 10:31:30 -06:00
louwie17
69dfdf733c
Add tree shaking support for woocommerce components ( https://github.com/woocommerce/woocommerce-admin/pull/7034 )
...
* Add woocommerce/components tree shaking support
* Compile individual component styles for individual use
* Update readme
* Add changelog
* Fix correct import
* Update readme with dependency extraction updates
* Update dependency extraction naming
2021-05-26 16:35:46 -03:00
Darren Ethier
4cd14f5137
Fixes for @woocommerce/dependency-extraction-webpack-plugin ( https://github.com/woocommerce/woocommerce-admin/pull/6295 )
...
* switch block-settings alias to settings and fix mapped external
* don’t force compilation of externals to `this` scope.
* update various meta data in package related files (changelog etc)
* update starter pack
Co-authored-by: Paul Sealock <psealock@gmail.com>
2021-02-10 12:55:38 +13:00
Paul Sealock
88d72c88cd
Dependency Extraction Webpack Plugin: Add Woo Blocks packages ( https://github.com/woocommerce/woocommerce-admin/pull/6228 )
...
* Hard code package names and alias block-settings
* instructions
* update readme
* block to blocks
* plural blocks
* just wcSettings, not wc.wcSettings
2021-02-04 17:43:24 +13:00
Paul Sealock
8c8efd59fc
Dependency Extraction Webpack Plugin: Handle irregular dependency names ( https://github.com/woocommerce/woocommerce-admin/pull/5770 )
...
* fix irregular dependency names
* starter pack
* blocks registry
* update docs
2020-12-16 08:22:19 +13:00
Paul Sealock
8709dd3682
add dewps request table
2020-11-17 15:57:18 +13:00
Paul Sealock
35de289fb5
New Package: DependencyExtractionWebpackPlugin ( https://github.com/woocommerce/woocommerce-admin/pull/5198 )
...
* create package
* dynamically make package list
* better readmne
* point to woo's not wp's for starter pack
2020-10-15 09:50:57 +13:00