1. 20 2月, 2020 1 次提交
  2. 19 2月, 2020 4 次提交
  3. 15 2月, 2020 1 次提交
  4. 14 2月, 2020 1 次提交
  5. 12 2月, 2020 1 次提交
    • J
      SSG Preview Mode (#10459) · 3cb34983
      Joe Haddad 提交于
      * checkpoint: api impl
      
      * Add support for tryGetPreviewData
      
      * snapshot: server(less) support
      
      * Add X-Prerender-Bypass-Mode header support
      
      * Pass preview data to getStaticProps call
      
      * add TODO
      
      * setPreviewData
      
      * 100k iterations
      
      * Handle jwt error
      
      * Write out preview values
      
      * forgot file
      
      * set preview props
      
      * Send preview props
      
      * add preview props
      
      * Pass around more data
      
      * update yarn lock
      
      * Fail on Invalid Prerender Manifest
      
      * Make Missing Prerender Manifest Fatal
      
      * fix ts errors
      
      * fix test
      
      * Fix setting cookies + maxage
      
      * Secure is not needed as we encrypt necessary data
      
      * Set on domain root
      
      * Set cookie max ages
      
      * Render a fallback on-demand for non-dynamic pages
      
      * Test preview mode
      
      * remove old build
      
      * remove snapshots
      
      * Add serverless tests
      
      * use afterAll
      
      * Remove object assigns
      
      * fix cookie spread
      
      * add comment
      3cb34983
  6. 07 2月, 2020 1 次提交
  7. 05 2月, 2020 3 次提交
  8. 30 1月, 2020 1 次提交
    • T
      [Experimental] Nomodule polyfills chunk (#10212) · e35005c2
      Tim Neutkens 提交于
      * Polyfill Promise in polyfills chunk
      
      * Override promise polyfill to use built-in
      
      * Update sizes
      
      * Update polyfills
      
      * Test
      
      * Add dep
      
      * Use iife
      
      * Unscope
      
      * Revert "Unscope"
      
      This reverts commit ab26bcefd551c544d5b3c577b7ce91e5ecfb9bb9.
      
      * trigger
      
      * Remove unused code
      
      * Set helpers to true
      
      * Update yarn.lock
      
      * Fix test
      
      * Update polyfills size
      
      * Add comment
      
      * Add back comment
      
      * Put polyfills optimization under experimental flag
      
      * Fix filename
      
      * bring back promise for backwards compat until experimental feature is landed
      
      * fix resolve alias check
      
      * correct loader
      
      * fix logic branches
      
      * adjust !!
      
      * adjust cache key
      
      * Conditionally branch polyfill
      
      * fix promise polyfill branching
      
      * Re-add runtime
      
      * fix base object
      
      * fix yarn lock
      
      * Add cache key
      
      * correctly set caller
      
      * add basic test
      
      * Increment h=>i
      
      * increment to j just in case
      Co-authored-by: NJoe Haddad <timer150@gmail.com>
      Co-authored-by: NJJ Kasper <jj@jjsweb.site>
      e35005c2
  9. 27 1月, 2020 1 次提交
  10. 24 1月, 2020 1 次提交
  11. 23 1月, 2020 1 次提交
    • A
      [Experimental] Add built-in Sass support (#10133) · 8449ebc2
      Alexander Dreith 提交于
      * Add built-in Sass support
      
      * Add copy of CSS tests for SCSS
      
      * Fix failing tests
      
      * Fix url-loader tests
      
      * Remove css file generated by tests
      
      * Fix nprogress import for css file
      
      * Fix SCSS modules (still 2 tests that need investigating)
      
      * Update documentation for Sass support
      
      * Fix plain CSS import test
      
      * Fix formatting with prettier fix
      
      * Update test output to reflect scss usage
      
      * Revert "Fix plain CSS import test"
      
      This reverts commit 380319d9d0c4bfb19e28c210262ccd82d19f3556.
      
      # Conflicts:
      #	test/integration/scss-modules/test/index.test.js
      
      * Update loader structure
      
      * Resolve loaders before passing to compile function
      
      * Remove dead filter  code
      
      * Arrange loaders in order and push to array
      
      * Fix loader order bug
      
      * Fix global Sass loader and make module prepocessor optional
      
      * Adjust Sass Modules Implementation
      
      * Fix typo
      
      * Adjust regexps
      
      * Use regexes
      
      * Simplify global setup
      
      * Adjust comments
      
      * fix regex
      
      * Simplify identifier file
      
      * Update Sass Instructions
      
      * Remove unneeded fixtures
      
      * Adjust global tests
      
      * Remove wrapper
      
      * Update source maps
      
      * Flag scss behavior
      
      * Fix css property value
      
      * Update fixtures with Sass vars
      
      * Turn on Scss support
      
      * fix HMR test
      
      * Fix snapshots
      Co-authored-by: NTim Neutkens <tim@timneutkens.nl>
      Co-authored-by: NJoe Haddad <timer150@gmail.com>
      8449ebc2
  12. 22 1月, 2020 1 次提交
  13. 21 1月, 2020 1 次提交
  14. 08 1月, 2020 1 次提交
  15. 07 1月, 2020 1 次提交
  16. 05 1月, 2020 1 次提交
  17. 30 12月, 2019 2 次提交
  18. 27 12月, 2019 2 次提交
    • J
      Add selenium-webdriver and testing cross-browser in PRs (#9821) · f89d55f1
      JJ Kasper 提交于
      * Migrate from wd to selenium-webdriver
      
      * Add chaining for next-webdriver
      
      * Re-add browserStackLocal global for teardown
      
      * Add additional element methods
      
      * Use freshWindow helper for chrome
      
      * Add selenium-server
      
      * Add cross-env for windows compat
      
      * Fix single quote windows
      
      * Update production preload tests
      
      * Update preload tests count
      
      * Update CircleCi for testing other browsers
      
      * Update CI configs
      
      * Update config
      
      * Add browser.url command
      
      * Add more methods
      
      * Update xcode version
      
      * Make sure to add chromedriver to path
      
      * Add forceExit flag
      
      * Update config
      
      * Update config
      
      * Disable safari
      
      * Fix bug in test
      
      * Add teardown logging
      
      * Update jest teardown
      
      * Move testing ie11 to Azure
      
      * Update job names
      
      * Remove force exiting on long teardown
      
      * Update Azure config
      
      * Re-add safari testing with BrowserStack
      
      * Update config
      
      * Update prefetch tests for ie11
      
      * Update prefetch for safari and ids for ie11 testing
      
      * trigger prefetching manually in ie
      f89d55f1
    • J
      Update yarn.lock · 3013c539
      Joe Haddad 提交于
      3013c539
  19. 15 12月, 2019 1 次提交
  20. 14 12月, 2019 2 次提交
  21. 12 12月, 2019 3 次提交
  22. 11 12月, 2019 2 次提交
    • J
      [Experimental] CSS Module Support (#9686) · 734989d8
      Joe Haddad 提交于
      * CSS Module Support
      
      * Fix Server-Side Render of CSS Modules
      
      * Fix Jest Snapshots
      https://github.com/facebook/jest/pull/8492
      
      * Fix snapshots
      
      * Add test for CSS module edit without remounting
      
      * Add tests for dev and production style being applied
      
      * Add missing TODOs
      
      * Include/exclude should only be applied to issuer, not the CSS file itself
      
      * Add CSS modules + node_modules tests
      
      * Test that content is correct
      
      * Create Multi Module Suite
      
      * Add client-side navigation support for CSS
      
      * Add tests for client-side nav
      
      * Add some delays
      
      * Try another fix
      
      * Increase timeout to 3 minutes
      
      * Fix test
      
      * Give all unique directories
      734989d8
    • J
      Upgrade Jest (#9693) · bc7fd2d8
      Joe Haddad 提交于
      bc7fd2d8
  23. 10 12月, 2019 1 次提交
    • J
      Refactor Webpack Configuration (#9651) · 9b6ea9d4
      Joe Haddad 提交于
      * WIP
      
      * Move data experiment
      
      * Do not throw away rules
      
      * Remove test code
      
      * Correct next data behavior
      
      * Add support for async composing
      
      * Remove unnecessary workaround
      
      * Rename Field
      9b6ea9d4
  24. 08 12月, 2019 1 次提交
  25. 04 12月, 2019 3 次提交
  26. 28 11月, 2019 2 次提交
    • J
      Upgrade `path-to-regexp` (#9553) · a6656a0b
      Joe Haddad 提交于
      * Upgrade `path-to-regexp`
      
      * Correct import
      
      * Update delimiter
      
      * Fix path match
      
      * Fix hot loader
      
      * Fix params.path usage and pathToRegexp import
      
      * Revert changes for params.path
      
      * Fix lint
      
      * Simplify path match function
      
      * Delimiter should always be `/`
      
      * Fix passed in params
      
      * Add new regex wrapping
      
      * Wrap another route
      
      * Fix error message match
      a6656a0b
    • J
      Lint in parallel (#9560) · f476960c
      JJ Kasper 提交于
      f476960c