UNPKG

3.11 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [12.2.7](https://github.com/egoist/poi/compare/poi@12.2.6...poi@12.2.7) (2018-12-25)
7
8### Bug Fixes
9
10- **cli:** help message ([648727e](https://github.com/egoist/poi/commit/648727e))
11
12### Features
13
14- add a hook to allow modifing devServer config ([df939e6](https://github.com/egoist/poi/commit/df939e6))
15
16## [12.2.6](https://github.com/egoist/poi/compare/poi@12.2.5...poi@12.2.6) (2018-12-23)
17
18### Bug Fixes
19
20- **cli:** cache is enabled by default ([b2171d5](https://github.com/egoist/poi/commit/b2171d5))
21- properly handle --no-config flag ([bb94787](https://github.com/egoist/poi/commit/bb94787))
22
23## [12.2.5](https://github.com/egoist/poi/compare/poi@12.2.4...poi@12.2.5) (2018-12-22)
24
25### Bug Fixes
26
27- only change devtoolModuleFilenameTemplate under --serve flag ([fe5b708](https://github.com/egoist/poi/commit/fe5b708))
28- resolve modules in local development ([369a352](https://github.com/egoist/poi/commit/369a352))
29
30### Features
31
32- add a new plugin option `when` ([17ff228](https://github.com/egoist/poi/commit/17ff228))
33- support all webpack targets ([0d51120](https://github.com/egoist/poi/commit/0d51120))
34
35## [12.2.4](https://github.com/egoist/poi/compare/poi@12.2.3...poi@12.2.4) (2018-12-21)
36
37### Bug Fixes
38
39- react-error-overlay doesn't work with eval source map ([ddc8213](https://github.com/egoist/poi/commit/ddc8213))
40- use original file path in sourcemap in dev mode ([a2dfc5f](https://github.com/egoist/poi/commit/a2dfc5f))
41
42## [12.2.3](https://github.com/egoist/poi/compare/poi@12.2.2...poi@12.2.3) (2018-12-21)
43
44### Bug Fixes
45
46- better naming for server hooks ([b9aab0b](https://github.com/egoist/poi/commit/b9aab0b))
47- **cli:** only open browser on the first successful build ([13b1ac8](https://github.com/egoist/poi/commit/13b1ac8))
48
49## [12.2.2](https://github.com/egoist/poi/compare/poi@12.2.1...poi@12.2.2) (2018-12-19)
50
51### Bug Fixes
52
53- use bsb-js in bs-loader ([1712516](https://github.com/egoist/poi/commit/1712516))
54
55## [12.2.1](https://github.com/egoist/poi/compare/poi@12.2.0...poi@12.2.1) (2018-12-19)
56
57### Bug Fixes
58
59- vue-loader doesn't quite work with inline loaders ([7c04af6](https://github.com/egoist/poi/commit/7c04af6))
60
61# [12.2.0](https://github.com/egoist/poi/compare/poi@12.1.6...poi@12.2.0) (2018-12-18)
62
63### Bug Fixes
64
65- Improve devServer config validation ([#504](https://github.com/egoist/poi/issues/504)) ([fd846b0](https://github.com/egoist/poi/commit/fd846b0))
66
67### Features
68
69- builtin support for ReasonML ([5dec683](https://github.com/egoist/poi/commit/5dec683))
70- named imports for assets ([#505](https://github.com/egoist/poi/issues/505)) ([32f153a](https://github.com/egoist/poi/commit/32f153a))
71
72## [12.1.6](https://github.com/egoist/poi/compare/poi@12.1.5...poi@12.1.6) (2018-12-16)
73
74### Bug Fixes
75
76- allow to pass a string as plugin ([81caf4a](https://github.com/egoist/poi/commit/81caf4a))
77
78### Features
79
80- add pug-loader ([4be8954](https://github.com/egoist/poi/commit/4be8954))