-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use @automattic/wordpress-external-dependencies-plugin #6
Comments
I think Automattic/wp-calypso#31513 could be relevant? Should keep an eye on it. |
👋 I'd be happy to chat about Automattic/wp-calypso#31513 I'd love to see it tested in some different situations. |
Gutenberg 5.3 includes webpack and babel configs that we may want to use (or else align with) [announcement, handbook, incl. extending webpack config]. |
The Webpack plugin is live and in use in Jetpack. It currently handles the basic We'll be looking at extending the API in a way that you could use to extern Core is looking at adopting the plugin as well: WordPress/gutenberg#14837 |
After adding the merchant dashboard page in #5, add a minimal React-based application in there. It doesn't need to have anything to do with the final product, but this task will encompass:
package.json
with at least some@wordpress/*
and@woocommerce/*
dependencies.production
anddevelopment
modes like in WCS.The text was updated successfully, but these errors were encountered: