Skip to content

Commit

Permalink
Merge pull request #691 from WebDevStudios/feature/fix-fallback-asset…
Browse files Browse the repository at this point in the history
…-loading-depenedencies

Update default deps for asset file when built file can't load
  • Loading branch information
Greg Rickaby authored Jun 16, 2021
2 parents 0fe8860 + 4ca5fb9 commit 133bf19
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 133bf19

Please sign in to comment.