silverstripe / webpack-config

Reusable webpack bundle declarations for Silverstripe modules
BSD 3-Clause "New" or "Revised" License
16 stars 9 forks source link

ENH Expose lib/urls from silverstripe/admin #57

Closed GuySartorelli closed 1 year ago

GuySartorelli commented 1 year ago

Exposes a new lib which was added in https://github.com/silverstripe/silverstripe-admin/pull/1438 This is useful for joining URL paths together without caring if they have trailing/leading slashes, if there's a host already, etc.

NOTE

Once merged, this needs to be tagged as a new alpha and released on NPM, then any PRs which require this need to be updated with yarn upgrade @silverstripe/webpack-config.

Parent issue