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

(change): use node_modules/.cache/... as cacheRoot #329

Merged
merged 1 commit into from
Dec 3, 2019

Commits on Dec 1, 2019

  1. (change): use node_modules/.cache/... as cacheRoot

    - instead of outputting these to app root and requiring users to
      gitignore these directories, just output to node_modules/.cache/
      - rollup-plugin-typescript2 is the default cache directory, so this
        initially appended _${opts.format} to it
        - upon code review, changed it to tsdx/${opts.format}/
        - babel-loader similarly uses node_modules/.cache/babel-loader
          as its default cache directory and does not allow users to
          change it
          - parcel uses node_modules/.cache/parcel too
          - fuse-box uses node_modules/.fusebox
    agilgur5 committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    daf784e View commit details
    Browse the repository at this point in the history