eightshift-frontend-libs
eightshift-frontend-libs copied to clipboard
[FEATURE] - React in frontend components
I m learning how to use woocommerce blocks and how to extend their functionalities.
I see that they using react for frontent with this
https://github.com/WordPress/gutenberg/blob/trunk/packages/dependency-extraction-webpack-plugin/README.md#options https://www.npmjs.com/package/@wordpress/dependency-extraction-webpack-plugin https://www.npmjs.com/package/@woocommerce/dependency-extraction-webpack-plugin
Trying to adopt Block class to use with this.
I installed : https://www.npmjs.com/package/@woocommerce/dependency-extraction-webpack-plugin?activeTab=readme
I put into webpack config into plugins new WooCommerceDependencyExtractionWebpackPlugin()
but still when npm start i get error:Module not found: Error: Can't resolve '@woocommerce/base-context'