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

Demo plugin for CSS-Tricks article about WordPress block filters

Results 1 intro-to-block-filters issues
Sort by recently updated
recently updated
newest added

Hi! The examples use import via global constants. [WP Dependency Extraction](https://github.com/WordPress/gutenberg/tree/trunk/packages/dependency-extraction-webpack-plugin#dependency-extraction-webpack-plugin) defines dependency imports. Example: `const { assign, merge } = lodash;` => lodash will not be added to dependencies...