Skip to content

Commit

Permalink
Update src/exports/plugins/wp-scripts.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dzikri Aziz <[email protected]>
  • Loading branch information
Bernix01 and kucrut authored Jun 26, 2024
1 parent 8bf0f55 commit 78acdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exports/plugins/wp-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ export async function wp_scripts( options = {} ) {
externals( {
externals: scripts,
} ),
globals(scripts),
globals( scripts ),
];
}

0 comments on commit 78acdc7

Please sign in to comment.