Skip to content
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

Upgrade browserslist and webcompat data packages #65926

Merged
merged 5 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Limit view scripts to the Form block
  • Loading branch information
gziolo authored Oct 8, 2024
commit 2bc268673b2ec65641987c66b390c0904657b535
2 changes: 1 addition & 1 deletion tools/webpack/blocks.js
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ const createEntrypoints = () => {
* Returns an empty array if no files were found.
*/
const blockViewScriptPaths = fastGlob.sync(
'./packages/block-library/build-module/**/view*.js'
'./packages/block-library/build-module/form/view.js'
);
Comment on lines 61 to 63
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gziolo In a follow-up we can make this a viewScriptModule and remove this single case. It seems to be a single module with no dependencies, an easy migration.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it seems straightforward but I went with a quick change here to rule it out as a source of issue.


/*
Loading