1. 16 3月, 2019 2 次提交
  2. 15 3月, 2019 10 次提交
  3. 14 3月, 2019 3 次提交
  4. 13 3月, 2019 6 次提交
  5. 12 3月, 2019 14 次提交
  6. 11 3月, 2019 1 次提交
    • J
      Disable webpack minifier (#6603) · 041be6f4
      Joe Haddad 提交于
      When the webpack `mode` is set to `production`, `minimizer: undefined` means "use the default webpack minifier."
      
      We need to explicitly disable the webpack minifier via `minimize: false`. This should speed up non-serverless builds. 😄 
      
      This doesn't affect dev, but I added the toggle there for consistency.
      041be6f4
  7. 10 3月, 2019 4 次提交