UNPKG

7.14 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.4.6](https://github.com/egoist/poi/compare/poi@12.4.5...poi@12.4.6) (2019-01-22)
7
8### Bug Fixes
9
10- execute plugins after validating config ([ca7686d](https://github.com/egoist/poi/commit/ca7686d)), closes [#530](https://github.com/egoist/poi/issues/530)
11
12## [12.4.5](https://github.com/egoist/poi/compare/poi@12.4.4...poi@12.4.5) (2019-01-18)
13
14### Bug Fixes
15
16- support babel.transpileModules on windows, closes [#527](https://github.com/egoist/poi/issues/527) ([62ecdb9](https://github.com/egoist/poi/commit/62ecdb9))
17
18## [12.4.4](https://github.com/egoist/poi/compare/poi@12.4.3...poi@12.4.4) (2019-01-14)
19
20### Bug Fixes
21
22- **css:** disable tree-shaking for css files ([acc42f0](https://github.com/egoist/poi/commit/acc42f0))
23
24## [12.4.3](https://github.com/egoist/poi/compare/poi@12.4.2...poi@12.4.3) (2019-01-11)
25
26### Bug Fixes
27
28- support plugin without poi-plugin prefix ([59f706e](https://github.com/egoist/poi/commit/59f706e))
29
30## [12.4.2](https://github.com/egoist/poi/compare/poi@12.4.1...poi@12.4.2) (2019-01-09)
31
32### Bug Fixes
33
34- properly add pnp plugins ([fdcd9e7](https://github.com/egoist/poi/commit/fdcd9e7))
35
36## [12.4.1](https://github.com/egoist/poi/compare/poi@12.4.0...poi@12.4.1) (2019-01-09)
37
38### Bug Fixes
39
40- support yarn pnp ([ca61aaa](https://github.com/egoist/poi/commit/ca61aaa))
41
42# [12.4.0](https://github.com/egoist/poi/compare/poi@12.3.2...poi@12.4.0) (2019-01-09)
43
44### Bug Fixes
45
46- set test mode for test command ([2cb92c4](https://github.com/egoist/poi/commit/2cb92c4))
47- tweak cli logs ([519a4fc](https://github.com/egoist/poi/commit/519a4fc))
48
49### Features
50
51- add a hook to invoke before running command ([fc5bcf3](https://github.com/egoist/poi/commit/fc5bcf3))
52- add a shorthand to set mode for test:\* commands ([a4af8db](https://github.com/egoist/poi/commit/a4af8db))
53
54## [12.3.2](https://github.com/egoist/poi/compare/poi@12.3.1...poi@12.3.2) (2019-01-09)
55
56### Bug Fixes
57
58- **serve:** read host and port from env vars ([7abfd2b](https://github.com/egoist/poi/commit/7abfd2b))
59
60## [12.3.1](https://github.com/egoist/poi/compare/poi@12.3.0...poi@12.3.1) (2019-01-09)
61
62### Bug Fixes
63
64- ensure publicUrl ([5f0451f](https://github.com/egoist/poi/commit/5f0451f)), closes [#520](https://github.com/egoist/poi/issues/520)
65
66# [12.3.0](https://github.com/egoist/poi/compare/poi@12.2.14...poi@12.3.0) (2019-01-09)
67
68### Bug Fixes
69
70- use pug-plain-loader for vue template ([6948539](https://github.com/egoist/poi/commit/6948539))
71
72### Features
73
74- show memory usage ([75f1376](https://github.com/egoist/poi/commit/75f1376))
75
76## [12.2.14](https://github.com/egoist/poi/compare/poi@12.2.13...poi@12.2.14) (2019-01-03)
77
78### Bug Fixes
79
80- 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)
81
82## [12.2.13](https://github.com/egoist/poi/compare/poi@12.2.12...poi@12.2.13) (2019-01-02)
83
84### Features
85
86- allow config file to export a function ([8e82f66](https://github.com/egoist/poi/commit/8e82f66))
87
88## [12.2.12](https://github.com/egoist/poi/compare/poi@12.2.11...poi@12.2.12) (2018-12-31)
89
90**Note:** Version bump only for package poi
91
92## [12.2.11](https://github.com/egoist/poi/compare/poi@12.2.10...poi@12.2.11) (2018-12-31)
93
94### Bug Fixes
95
96- use recommended bucklescript workflow ([2231c5c](https://github.com/egoist/poi/commit/2231c5c))
97
98## [12.2.10](https://github.com/egoist/poi/compare/poi@12.2.9...poi@12.2.10) (2018-12-31)
99
100### Bug Fixes
101
102- let webpack watch all reason files ([e5c7a05](https://github.com/egoist/poi/commit/e5c7a05))
103
104## [12.2.9](https://github.com/egoist/poi/compare/poi@12.2.8...poi@12.2.9) (2018-12-30)
105
106### Bug Fixes
107
108- cache support for vue templates ([aa0a430](https://github.com/egoist/poi/commit/aa0a430))
109
110## [12.2.8](https://github.com/egoist/poi/compare/poi@12.2.7...poi@12.2.8) (2018-12-28)
111
112### Features
113
114- use source field from package.json as default app entry ([af61639](https://github.com/egoist/poi/commit/af61639))
115
116## [12.2.7](https://github.com/egoist/poi/compare/poi@12.2.6...poi@12.2.7) (2018-12-25)
117
118### Bug Fixes
119
120- **cli:** help message ([648727e](https://github.com/egoist/poi/commit/648727e))
121
122### Features
123
124- add a hook to allow modifing devServer config ([df939e6](https://github.com/egoist/poi/commit/df939e6))
125
126## [12.2.6](https://github.com/egoist/poi/compare/poi@12.2.5...poi@12.2.6) (2018-12-23)
127
128### Bug Fixes
129
130- **cli:** cache is enabled by default ([b2171d5](https://github.com/egoist/poi/commit/b2171d5))
131- properly handle --no-config flag ([bb94787](https://github.com/egoist/poi/commit/bb94787))
132
133## [12.2.5](https://github.com/egoist/poi/compare/poi@12.2.4...poi@12.2.5) (2018-12-22)
134
135### Bug Fixes
136
137- only change devtoolModuleFilenameTemplate under --serve flag ([fe5b708](https://github.com/egoist/poi/commit/fe5b708))
138- resolve modules in local development ([369a352](https://github.com/egoist/poi/commit/369a352))
139
140### Features
141
142- add a new plugin option `when` ([17ff228](https://github.com/egoist/poi/commit/17ff228))
143- support all webpack targets ([0d51120](https://github.com/egoist/poi/commit/0d51120))
144
145## [12.2.4](https://github.com/egoist/poi/compare/poi@12.2.3...poi@12.2.4) (2018-12-21)
146
147### Bug Fixes
148
149- react-error-overlay doesn't work with eval source map ([ddc8213](https://github.com/egoist/poi/commit/ddc8213))
150- use original file path in sourcemap in dev mode ([a2dfc5f](https://github.com/egoist/poi/commit/a2dfc5f))
151
152## [12.2.3](https://github.com/egoist/poi/compare/poi@12.2.2...poi@12.2.3) (2018-12-21)
153
154### Bug Fixes
155
156- better naming for server hooks ([b9aab0b](https://github.com/egoist/poi/commit/b9aab0b))
157- **cli:** only open browser on the first successful build ([13b1ac8](https://github.com/egoist/poi/commit/13b1ac8))
158
159## [12.2.2](https://github.com/egoist/poi/compare/poi@12.2.1...poi@12.2.2) (2018-12-19)
160
161### Bug Fixes
162
163- use bsb-js in bs-loader ([1712516](https://github.com/egoist/poi/commit/1712516))
164
165## [12.2.1](https://github.com/egoist/poi/compare/poi@12.2.0...poi@12.2.1) (2018-12-19)
166
167### Bug Fixes
168
169- vue-loader doesn't quite work with inline loaders ([7c04af6](https://github.com/egoist/poi/commit/7c04af6))
170
171# [12.2.0](https://github.com/egoist/poi/compare/poi@12.1.6...poi@12.2.0) (2018-12-18)
172
173### Bug Fixes
174
175- Improve devServer config validation ([#504](https://github.com/egoist/poi/issues/504)) ([fd846b0](https://github.com/egoist/poi/commit/fd846b0))
176
177### Features
178
179- builtin support for ReasonML ([5dec683](https://github.com/egoist/poi/commit/5dec683))
180- named imports for assets ([#505](https://github.com/egoist/poi/issues/505)) ([32f153a](https://github.com/egoist/poi/commit/32f153a))
181
182## [12.1.6](https://github.com/egoist/poi/compare/poi@12.1.5...poi@12.1.6) (2018-12-16)
183
184### Bug Fixes
185
186- allow to pass a string as plugin ([81caf4a](https://github.com/egoist/poi/commit/81caf4a))
187
188### Features
189
190- add pug-loader ([4be8954](https://github.com/egoist/poi/commit/4be8954))