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

Remove true-case-path #582

Merged
merged 10 commits into from May 8, 2019
Merged

Remove true-case-path #582

merged 10 commits into from May 8, 2019

Commits on May 7, 2019

  1. chore: 📦 ♻️

    tivac committed May 7, 2019
    Copy the full SHA
    b0fda8c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    80210ce View commit details
    Browse the repository at this point in the history
  3. fix(processor): remove true-case-path, warn instead

    Adds new `dupewarn` option (that defaults to `true`) that will warn about files with the same path that only differ in case, because that's probably a bug!
    tivac committed May 7, 2019
    Copy the full SHA
    4478a58 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1a03f06 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bd50999 View commit details
    Browse the repository at this point in the history
  6. fix(rollup-rewriter): adjust to work with new amd output

    Also update 📷 based on new chunk names
    tivac committed May 7, 2019
    Copy the full SHA
    856512e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c5e4ef2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f1582de View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. refactor(processor): resolve doesn't need to throw

    Let consumers do that instead, they can provide better errors anyways.
    tivac committed May 8, 2019
    Copy the full SHA
    745eecd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    445301b View commit details
    Browse the repository at this point in the history