Make WordPress Core

Changeset 47035 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
01/03/2020 01:15:33 PM (5 years ago)
Author:
gziolo
Message:

Build Tools: Integrate DependencyExtractionWebpackPlugin in the JS build.

This patch integrates DependencyExtractionWebpackPlugin which was battle-tested in Gutenberg.

This will greatly simplify the process of upgrading npm packages which change after every Gutenberg release. It might even useful during the WordPress release cycle as we might need to publish more often as we discover critical bugs and regressions.

Props jonsurrell, adamsilverstein, youknowriad, ocean90, netweb.

Fixes #48154.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r46587 r47035  
    128128    <exclude-pattern>/src/wp-includes/rss\.php</exclude-pattern>
    129129
     130    <exclude-pattern>/src/wp-includes/assets/*</exclude-pattern>
    130131    <exclude-pattern>/src/wp-includes/blocks/*</exclude-pattern>
    131132    <exclude-pattern>/src/wp-includes/ID3/*</exclude-pattern>
Note: See TracChangeset for help on using the changeset viewer.