Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract reusable part of Webpack config and put in @wordpress/scripts #13814

Merged
merged 20 commits into from
Feb 21, 2019

Commits on Feb 20, 2019

  1. New build-config package with webpack config.

    Pull the Gutenberg webpack config into a package so it can be re-used for
    block/extension development.
    griffbrad authored and gziolo committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    0fbf5bc View commit details
    Browse the repository at this point in the history
  2. Require new build-config package.

    griffbrad authored and gziolo committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    1c68315 View commit details
    Browse the repository at this point in the history
  3. Dynamically handle WP externals with a function.

    Use code from WP Calypso for handling WP externals so we don't have to have the
    actual list of packages accessible in our webpack configuration.
    griffbrad authored and gziolo committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    5314e5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a519527 View commit details
    Browse the repository at this point in the history
  5. Require build-config package.

    griffbrad authored and gziolo committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    89af8f0 View commit details
    Browse the repository at this point in the history
  6. Adjust file refs for WP packages.

    griffbrad authored and gziolo committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    942261f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c6cd93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c4f675 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fff197d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76e3848 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f4eeda View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d68bd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8cdfd89 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cc5cb36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3ce3e15 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb37c89 View commit details
    Browse the repository at this point in the history
  17. Replace GUTENBERG with WP in webpack config env variables

    Co-Authored-By: gziolo <grzegorz@gziolo.pl>
    nosolosw and gziolo committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    4a6138e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    75551f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8727c68 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3f54de4 View commit details
    Browse the repository at this point in the history