Skip to content

Commit

Permalink
Update default deps for asset file when built file can't load
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Jun 16, 2021
1 parent abb4de7 commit 4ca5fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function _s_scripts() {
} else {
$asset_file = [
'version' => '1.0.0',
'dependencies' => [],
'dependencies' => [ 'wp-polyfill' ],
];
}

Expand Down

0 comments on commit 4ca5fb9

Please sign in to comment.