1. 11 12月, 2020 2 次提交
  2. 09 12月, 2020 1 次提交
  3. 04 12月, 2020 1 次提交
  4. 02 12月, 2020 3 次提交
  5. 24 11月, 2020 3 次提交
  6. 23 11月, 2020 1 次提交
  7. 21 11月, 2020 1 次提交
  8. 18 11月, 2020 4 次提交
  9. 16 11月, 2020 1 次提交
  10. 14 11月, 2020 4 次提交
    • J
      v10.0.2-canary.17 · f0d2e643
      JJ Kasper 提交于
      f0d2e643
    • J
      Fix minifying inline CSS comments (#19167) · 61c3db73
      Joe Haddad 提交于
      We accidentally regressed back in 9.5 and dropped support for inline CSS comments. PostCSS always parses these as pass-through (and not a syntax error), which can cause problems when minifying.
      
      Browsers do a similar thing and ignore the comments.
      
      To ensure we generate valid CSS, this adds support for stripping the CSS comments from the build.
      
      --- 
      
      Fixes #15589
      Closes #17130
      61c3db73
    • J
      v10.0.2-canary.16 · c1d2c328
      Joe Haddad 提交于
      c1d2c328
    • J
      v10.0.2-canary.15 · ba791d0d
      Joe Haddad 提交于
      ba791d0d
  11. 13 11月, 2020 2 次提交
  12. 12 11月, 2020 6 次提交
  13. 11 11月, 2020 2 次提交
  14. 10 11月, 2020 2 次提交
  15. 09 11月, 2020 2 次提交
  16. 08 11月, 2020 1 次提交
  17. 07 11月, 2020 2 次提交
  18. 06 11月, 2020 2 次提交
    • J
      Upgrade cssnano (#18879) · 6b8903f1
      Joe Haddad 提交于
      Fixes #17066
      6b8903f1
    • G
      ncc 0.25.0 upgrade and fixes (#18873) · 8221c180
      Guy Bedford 提交于
      This upgrades to ncc@0.25.0 and fixes the previous bugs including:
      
      * ncc not referenced correctly in build
      * Babel type errors
      * node-fetch, etag, chalk and raw-body dependencies not building with ncc - these have been "un-ncc'd" for now. As they are relatively small dependencies, this doesn't seem too much of an issue and we can follow up in the tracking ncc issue at https://github.com/vercel/ncc/issues/612.
      * `yarn dev` issues
      
      Took a lot of bisecting, but the overall diff isn't too bad here in the end.
      8221c180