UNPKG

4.88 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.3.0](https://github.com/egoist/poi/compare/poi@12.2.14...poi@12.3.0) (2019-01-09)
7
8### Bug Fixes
9
10- use pug-plain-loader for vue template ([6948539](https://github.com/egoist/poi/commit/6948539))
11
12### Features
13
14- show memory usage ([75f1376](https://github.com/egoist/poi/commit/75f1376))
15
16## [12.2.14](https://github.com/egoist/poi/compare/poi@12.2.13...poi@12.2.14) (2019-01-03)
17
18### Bug Fixes
19
20- ignore `.DS_Store` in public folder ([#518](https://github.com/egoist/poi/issues/518)) ([91afba5](https://github.com/egoist/poi/commit/91afba5)), closes [#517](https://github.com/egoist/poi/issues/517)
21
22## [12.2.13](https://github.com/egoist/poi/compare/poi@12.2.12...poi@12.2.13) (2019-01-02)
23
24### Features
25
26- allow config file to export a function ([8e82f66](https://github.com/egoist/poi/commit/8e82f66))
27
28## [12.2.12](https://github.com/egoist/poi/compare/poi@12.2.11...poi@12.2.12) (2018-12-31)
29
30**Note:** Version bump only for package poi
31
32## [12.2.11](https://github.com/egoist/poi/compare/poi@12.2.10...poi@12.2.11) (2018-12-31)
33
34### Bug Fixes
35
36- use recommended bucklescript workflow ([2231c5c](https://github.com/egoist/poi/commit/2231c5c))
37
38## [12.2.10](https://github.com/egoist/poi/compare/poi@12.2.9...poi@12.2.10) (2018-12-31)
39
40### Bug Fixes
41
42- let webpack watch all reason files ([e5c7a05](https://github.com/egoist/poi/commit/e5c7a05))
43
44## [12.2.9](https://github.com/egoist/poi/compare/poi@12.2.8...poi@12.2.9) (2018-12-30)
45
46### Bug Fixes
47
48- cache support for vue templates ([aa0a430](https://github.com/egoist/poi/commit/aa0a430))
49
50## [12.2.8](https://github.com/egoist/poi/compare/poi@12.2.7...poi@12.2.8) (2018-12-28)
51
52### Features
53
54- use source field from package.json as default app entry ([af61639](https://github.com/egoist/poi/commit/af61639))
55
56## [12.2.7](https://github.com/egoist/poi/compare/poi@12.2.6...poi@12.2.7) (2018-12-25)
57
58### Bug Fixes
59
60- **cli:** help message ([648727e](https://github.com/egoist/poi/commit/648727e))
61
62### Features
63
64- add a hook to allow modifing devServer config ([df939e6](https://github.com/egoist/poi/commit/df939e6))
65
66## [12.2.6](https://github.com/egoist/poi/compare/poi@12.2.5...poi@12.2.6) (2018-12-23)
67
68### Bug Fixes
69
70- **cli:** cache is enabled by default ([b2171d5](https://github.com/egoist/poi/commit/b2171d5))
71- properly handle --no-config flag ([bb94787](https://github.com/egoist/poi/commit/bb94787))
72
73## [12.2.5](https://github.com/egoist/poi/compare/poi@12.2.4...poi@12.2.5) (2018-12-22)
74
75### Bug Fixes
76
77- only change devtoolModuleFilenameTemplate under --serve flag ([fe5b708](https://github.com/egoist/poi/commit/fe5b708))
78- resolve modules in local development ([369a352](https://github.com/egoist/poi/commit/369a352))
79
80### Features
81
82- add a new plugin option `when` ([17ff228](https://github.com/egoist/poi/commit/17ff228))
83- support all webpack targets ([0d51120](https://github.com/egoist/poi/commit/0d51120))
84
85## [12.2.4](https://github.com/egoist/poi/compare/poi@12.2.3...poi@12.2.4) (2018-12-21)
86
87### Bug Fixes
88
89- react-error-overlay doesn't work with eval source map ([ddc8213](https://github.com/egoist/poi/commit/ddc8213))
90- use original file path in sourcemap in dev mode ([a2dfc5f](https://github.com/egoist/poi/commit/a2dfc5f))
91
92## [12.2.3](https://github.com/egoist/poi/compare/poi@12.2.2...poi@12.2.3) (2018-12-21)
93
94### Bug Fixes
95
96- better naming for server hooks ([b9aab0b](https://github.com/egoist/poi/commit/b9aab0b))
97- **cli:** only open browser on the first successful build ([13b1ac8](https://github.com/egoist/poi/commit/13b1ac8))
98
99## [12.2.2](https://github.com/egoist/poi/compare/poi@12.2.1...poi@12.2.2) (2018-12-19)
100
101### Bug Fixes
102
103- use bsb-js in bs-loader ([1712516](https://github.com/egoist/poi/commit/1712516))
104
105## [12.2.1](https://github.com/egoist/poi/compare/poi@12.2.0...poi@12.2.1) (2018-12-19)
106
107### Bug Fixes
108
109- vue-loader doesn't quite work with inline loaders ([7c04af6](https://github.com/egoist/poi/commit/7c04af6))
110
111# [12.2.0](https://github.com/egoist/poi/compare/poi@12.1.6...poi@12.2.0) (2018-12-18)
112
113### Bug Fixes
114
115- Improve devServer config validation ([#504](https://github.com/egoist/poi/issues/504)) ([fd846b0](https://github.com/egoist/poi/commit/fd846b0))
116
117### Features
118
119- builtin support for ReasonML ([5dec683](https://github.com/egoist/poi/commit/5dec683))
120- named imports for assets ([#505](https://github.com/egoist/poi/issues/505)) ([32f153a](https://github.com/egoist/poi/commit/32f153a))
121
122## [12.1.6](https://github.com/egoist/poi/compare/poi@12.1.5...poi@12.1.6) (2018-12-16)
123
124### Bug Fixes
125
126- allow to pass a string as plugin ([81caf4a](https://github.com/egoist/poi/commit/81caf4a))
127
128### Features
129
130- add pug-loader ([4be8954](https://github.com/egoist/poi/commit/4be8954))