intro-to-block-filters
intro-to-block-filters copied to clipboard
Dependency generation not working
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