| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.3.0 source code.tar.gz | 2018-03-15 | 20.6 kB | |
| 2.3.0 source code.zip | 2018-03-15 | 42.9 kB | |
| README.md | 2018-03-15 | 540 Bytes | |
| Totals: 3 Items | 64.0 kB | 0 | |
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