Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent copying PHP files from
src/
into assets/
After introducing WordPress/gutenberg#38715, PHP files from the `src` folder are copied over to the output directory (i.e. `assets`). To prevent this, the `CopyWebpackPlugin` is excluded from the plugins list. It is safe since the only other file type the plugin copies is `block.json` that is not used in `amp-wp`.
- Loading branch information