Skip to content

2.3.0

Compare
Choose a tag to compare
@sorrycc sorrycc released this 15 Mar 08:19
· 34 commits to master since this release

build and dev

  • fix sourcemap don't work, #554, umijs/umi#43
  • process.env.NO_COMPRESS work for service-worker.js too
  • fix typo, opts.serviceworker 大小写,#594
  • force reload when process.env.RELOAD is set
  • deprecate DISABLE_ESLINT, DISABLE_TSLINT, prefer ESLINT=none, TSLINT=none
  • don't minify CSS when process.env.CSS_COMPRESS=none is truthy
  • support setPublicPath with env SET_PUBLIC_PATH, #633

test

  • use identity-obj-proxy for css/less files
  • improve test with ts