Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Dynamic public path #334

Merged

Commits on Jul 22, 2019

  1. feat: added option "prefixPublicPathWithWebpackPublicPath"

    when the option is active, and a publicPath is set, it will prefix the provided publicPath with the dynamic __webpack_public_path__
    fabb committed Jul 22, 2019
    Copy the full SHA
    fa6f15b View commit details
    Browse the repository at this point in the history
  2. feat: added unit tests

    added unit tests for option "prefixPublicPathWithWebpackPublicPath"
    fabb committed Jul 22, 2019
    Copy the full SHA
    e776945 View commit details
    Browse the repository at this point in the history
  3. feat: introduced "postTransformPublicPath" option

    removed prefixPublicPathWithWebpackPublicPath and introduced postTransformPublicPath option instead
    fabb committed Jul 22, 2019
    Copy the full SHA
    4f990d7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    584f7d9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    64f2eb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Copy the full SHA
    460127d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Copy the full SHA
    1bc97dc View commit details
    Browse the repository at this point in the history