Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions projects/packages/forms/tools/webpack.config.dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ export default {
// Bundle the package with our assets until WP core exposes wp-admin-ui.
'@wordpress/admin-ui': { external: false },
'@wordpress/admin-ui/build-style/style.css': { external: false },
// Bundle these packages that aren't in WordPress core yet
'@wordpress/boot': { external: false },
'@wordpress/theme': { external: false },
'@wordpress/route': { external: false },
// Bundle jetpack-connection since it's used by IntegrationsModal
'@automattic/jetpack-connection': { external: false },
},
Expand Down
Loading