1. 19 3月, 2019 3 次提交
  2. 18 3月, 2019 7 次提交
  3. 17 3月, 2019 3 次提交
    • J
      Add possible explanation for webpack resolve error (#6682) · 11a161f2
      JJ Kasper 提交于
      When overriding `config.resolve.alias` incorrectly webpack will throw an error because private-next-pages is not defined. This adds a more descriptive error explaining the error better.
      
      Fixes: #6681
      11a161f2
    • J
      Add experimental exportTrailingSlash config (#6664) · a6ddaefe
      JJ Kasper 提交于
      By default when `next export`ing a Next.js application we will automatically append a `/` to all urls to be fully compatible with the directory structure being output.
      
      However since most platforms support directory indexes it makes sense to change this default in the future.
      
      This PR adds `exportTrailingSlash` as experimental flag. We'll try this out for a bit on nextjs.org / zeit.co/docs before introducing it as new option.
      
      The default value is `true` as this is the current behavior in stable Next.js.
      
      ```
      {
        experimental: {
          exportTrailingSlash: false
        }
      }
      ```
      
      ️ as with all experimental flags being added this is subject to breaking between canary/stable versions.
      a6ddaefe
    • D
      Add with-linaria example (#6510) · fbedce4d
      Danil Shashkov 提交于
      Next.js with Zero-runtime CSS-in-JS
      fbedce4d
  4. 16 3月, 2019 5 次提交
  5. 15 3月, 2019 10 次提交
  6. 14 3月, 2019 3 次提交
  7. 13 3月, 2019 6 次提交
  8. 12 3月, 2019 3 次提交