Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Releases: egoist/poi

Version 6.19.0

26 Feb 10:35
Compare
Choose a tag to compare

New features

  • support using main field in package.json as entry: 1a01145
  • update deps: 0caf499 Hello Vue 2.2

Bug fixes

  • allow to disable config file: ae95907

Version 6.18.0

25 Feb 09:28
Compare
Choose a tag to compare

New features

  • use cosmiconfig: c2e85da
  • infer html title and template, description. closed #130: 639c37f

config file

Now it defaults to use vbuild.config.js in current working directory if it exists, otherwise it uses cosmiconfig to search config files starting from cwd, which means vbuild property in package.json and .vbuildrc files are supported

Auto-infer html title/description/template

The the default value of html option is auto inferred from package.json

Version 6.16.0

21 Feb 07:19
Compare
Choose a tag to compare

New features

  • vbuild init now supports generating a component template
  • Make vbuild init interactive.
  • Allow to customize copy option (doc)

2017-02-21 3 16 47

Version 6.15.0

20 Feb 16:05
Compare
Choose a tag to compare

New features

Bug fixes

Version 6.14.1

20 Feb 12:14
Compare
Choose a tag to compare

Bug fixes

  • use chokidar instead of fs.watch: ddd44bb
  • close devmiddleware before restarting: bbfbc0f
  • better error handling when port is in use: 0806a58

Version 6.14.0

20 Feb 08:04
Compare
Choose a tag to compare

New features

  • Expose devMiddleware in API: 682c6a5

Bug fixes

  • do not listen on port when using as module: da3bc4f
  • apply custom setup before connect-history-api-fallback: 9640428

Version 6.13.0

19 Feb 08:29
Compare
Choose a tag to compare

New features

  • allow user to configure css extraction: 7a68b61 (doc)

Version 6.12.1

18 Feb 14:35
Compare
Choose a tag to compare

Bug fixes

  • exclude some module that might come from vbuild: 66a5715
  • fix hmrEntry: 73accf3

Version 6.12.0

18 Feb 06:51
Compare
Choose a tag to compare

New features

Bug fixes

Version 6.11.0

17 Feb 15:17
Compare
Choose a tag to compare

New features

Bug fixes