create-wordpress-plugin
create-wordpress-plugin copied to clipboard
Reset browserslist config to default
Description
IE11 is now considered "dead" so our configuration to use the defaults and exclude IE11 is redundant. Recommend removing the browserslist entry from package.json entirely so it uses the defaults, which are sensible for most projects.
Use Case
As a developer, I want to keep my package.json configuration lean and clean