UNPKG

1.66 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.3](https://github.com/egoist/poi/compare/poi@12.2.2...poi@12.2.3) (2018-12-21)
7
8### Bug Fixes
9
10- better naming for server hooks ([b9aab0b](https://github.com/egoist/poi/commit/b9aab0b))
11- **cli:** only open browser on the first successful build ([13b1ac8](https://github.com/egoist/poi/commit/13b1ac8))
12
13## [12.2.2](https://github.com/egoist/poi/compare/poi@12.2.1...poi@12.2.2) (2018-12-19)
14
15### Bug Fixes
16
17- use bsb-js in bs-loader ([1712516](https://github.com/egoist/poi/commit/1712516))
18
19## [12.2.1](https://github.com/egoist/poi/compare/poi@12.2.0...poi@12.2.1) (2018-12-19)
20
21### Bug Fixes
22
23- vue-loader doesn't quite work with inline loaders ([7c04af6](https://github.com/egoist/poi/commit/7c04af6))
24
25# [12.2.0](https://github.com/egoist/poi/compare/poi@12.1.6...poi@12.2.0) (2018-12-18)
26
27### Bug Fixes
28
29- Improve devServer config validation ([#504](https://github.com/egoist/poi/issues/504)) ([fd846b0](https://github.com/egoist/poi/commit/fd846b0))
30
31### Features
32
33- builtin support for ReasonML ([5dec683](https://github.com/egoist/poi/commit/5dec683))
34- named imports for assets ([#505](https://github.com/egoist/poi/issues/505)) ([32f153a](https://github.com/egoist/poi/commit/32f153a))
35
36## [12.1.6](https://github.com/egoist/poi/compare/poi@12.1.5...poi@12.1.6) (2018-12-16)
37
38### Bug Fixes
39
40- allow to pass a string as plugin ([81caf4a](https://github.com/egoist/poi/commit/81caf4a))
41
42### Features
43
44- add pug-loader ([4be8954](https://github.com/egoist/poi/commit/4be8954))