Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/ncc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.26.2
Choose a base ref
...
head repository: vercel/ncc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.27.0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 11, 2021

  1. feat: support customEmit ncc option (#634)

    * feat: support customEmit ncc option
    
    * update webpack-asset-relocator-loader
    
    * update yarn.lock
    
    * remove skips
    
    * update fixtures
    
    * update fixtures again
    
    * more fixtures updates
    
    * revert source maps
    guybedford authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b4f9b42 View commit details
    Browse the repository at this point in the history
  2. fix: correct declaration output dir (#627)

    If declarationDir is special, the output dir will be unexpected, fixes #481, and I run typescript example will cause same error as follow
    ![image](https://user-images.githubusercontent.com/32335736/102162314-ec5d1480-3ec3-11eb-91e5-b45afab4211c.png)
    
    `tsconfig.json` as follow
    ![image](https://user-images.githubusercontent.com/32335736/102162468-334b0a00-3ec4-11eb-835a-789bff388307.png)
    
    I give a quick fix, rewrite dir before write file into disk, seems can fix the problem.
    zeroooooooo authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    d175973 View commit details
    Browse the repository at this point in the history
  3. update to [email protected] (#640)

    * update to [email protected]
    
    * 1.2.1
    
    * update ts decl dir unit test
    guybedford authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    9ff73a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. 0.27.0

    styfle committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    5748f97 View commit details
    Browse the repository at this point in the history
Loading