plugin-scaffold
plugin-scaffold copied to clipboard
DEPRECATED. Use https://github.com/10up/wp-scaffold
## Description of the Change Opened an issue here: https://github.com/10up/plugin-scaffold/issues/130 ### Benefits SVGs will display correctly on deployment ### Possible Drawbacks Perhaps there is a reason viewbox is removed which...
**Describe the bug** When `npm run build` is run, SVGs have their "viewbox" attribute removed which causes cropping:  This is caused in `plugin-scaffold/config/webpack.config.common.js`. `ImageminPlugin` can be updated to this...
## Description of the Change Adds the following as a starting point for using GitHub Actions to deploy plugins to the WordPress.org repository, particularly helpful for people who use this...
### Description of the Change This PR introduces the [DependencyExtractionWebpackPlugin ](https://github.com/WordPress/gutenberg/blob/v7.6.0/packages/dependency-extraction-webpack-plugin/README.md)plugin that is used as part of the [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/v7.6.0/packages/scripts) package. This plugin will convert calls to dependencies via `import` statements...
Mirror changes of Theme Scaffold https://github.com/10up/theme-scaffold/pull/184
This is a copy of https://github.com/10up/theme-scaffold/pull/181 to keep theme and plugin repos in sync.
The example `composer.json` has ` "autoload": { "psr-4": { "TenUpScaffold\\": "includes/classes/" } }` But then there is no example inside the includes/classes/ folder of how to namespace different classes, nor...
When I run npm install, I get this message: ``` found 705 vulnerabilities (692 low, 13 high) run `npm audit fix` to fix them, or `npm audit` for details ```...
https://github.com/10up/theme-scaffold/issues/180
Provide the same change requested here - https://github.com/10up/theme-scaffold/pull/162#discussion_r355212110 PR - https://github.com/10up/plugin-scaffold/pull/112