1. 31 10月, 2019 6 次提交
  2. 30 10月, 2019 15 次提交
  3. 29 10月, 2019 7 次提交
    • J
      v9.1.2-canary.10 · cb7a184c
      Joe Haddad 提交于
      cb7a184c
    • J
      Delete _document.js (#9236) · d40f010d
      Juan Miguel 提交于
      After https://github.com/zeit/next.js/pull/5887, _document.js file is not needed anymore
      d40f010d
    • J
      Split TypeScript Flag Docs (#9231) · 4dbd267c
      Joe Haddad 提交于
      * Split TypeScript Flag Docs
      
      * reword
      4dbd267c
    • J
      f5969d29
    • C
      Disable worker_threads by default for firebase compatibility (#9199) · 14ed8675
      Christoph Tavan 提交于
      * Pass config.experimental.cpus to export during build
      
      Currently, there is no way of specifying the number of worker threads of
      `next export` when run as part of `next build`.
      
      I suggest a sane default should be to just use the same amount of
      workers that were used during the build process which currently seems to
      be configured through `config.experimental.cpus`.
      
      This setting is already respected in the two other places where
      jest-workers are in use: The TerserPlugin and the staticCheckWorkers in
      `next build`.
      
      * Only enable worker threads if there is more than 1 worker
      
      Multiple worker threads can cause problems when certain dependencies are
      being used, see e.g. https://github.com/zeit/next.js/issues/7894
      
      This patch allows disabling of worker threads by setting
      `config.experimental.cpus = 1`.
      
      The benefit of spawning 1 worker thread, if there is any at all, should
      very limited anyways, so the workload can just as well be processed in
      the main thread.
      
      * Disable parallel build for firebase authentication example
      
      * Add integration test to cover #7894
      
      * Rename test suite and add worker_threads config
      
      * Disable worker_threads by default
      
      * Update index.test.js
      
      * Use workerThreads config for TerserPlugin
      
      * Update to use workerThreads config in
      TerserPlugin for consistency
      
      * Disable node 12 specific test
      14ed8675
    • A
      Add configuration flags to disable integrated type checker (#9138) · ad2a3d65
      Alexander Kachkaev 提交于
      * Add a configuration flag to disable integrated type checker
      
      * Add tests for typescript-transpileonly
      
      * Restore removed argument
      
      * Make output more coherent
      
      * Split transpileOnly into ignoreDevErrors and ignoreBuildErrors
      
      * Minor stylistic change
      ad2a3d65
    • J
      Add warning for getStaticParams without getStaticProps (#9226) · 2d9f1991
      JJ Kasper 提交于
      * Add warning for getStaticParams without getStaticProps
      
      * Throw error instead of logging to make sure it's noticed
      
      * Lower default concurrency for tests
      2d9f1991
  4. 28 10月, 2019 2 次提交
  5. 27 10月, 2019 4 次提交
  6. 26 10月, 2019 5 次提交
  7. 24 10月, 2019 1 次提交