You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
The examples use import via global constants. WP Dependency Extraction defines dependency imports.
Example: const { assign, merge } = lodash; => lodash will not be added to dependencies in index.asset.php import { assign, merge } from 'lodash' => lodash will be added to dependencies in index.asset.php
The text was updated successfully, but these errors were encountered:
Hi!
The examples use import via global constants. WP Dependency Extraction defines dependency imports.
Example:
const { assign, merge } = lodash;
=> lodash will not be added to dependencies in index.asset.phpimport { assign, merge } from 'lodash'
=> lodash will be added to dependencies in index.asset.phpThe text was updated successfully, but these errors were encountered: