intro-to-block-filters icon indicating copy to clipboard operation
intro-to-block-filters copied to clipboard

Dependency generation not working

Open vralle opened this issue 2 years ago • 0 comments

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

vralle avatar Jun 07 '22 23:06 vralle