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

Releases: egoist/poi

Version 4.3.1

14 Dec 05:01
Compare
Choose a tag to compare
  • disableHtml -> html: false
  • new option hash for disabling hash in filename
  • exclude vue vue-loader vue-template-compiler in vbuild

Version 4.1.5

27 Nov 15:08
Compare
Choose a tag to compare

New Features:

Changes:

Version 4.1.1

23 Nov 14:21
Compare
Choose a tag to compare

Bug fix:

  • revert output.filename to [name].js : Output bundle files to subdirectory of ./dist will make server-side require fail if you use code splitting. i.e. it will require('./sub/client.js') relative to ./dist/sub folder, obviously it should be ./dist instead.

Version 4.1.0

23 Nov 11:26
Compare
Choose a tag to compare
  • Using webpack@2.1.0-beta.27
  • vendor now defaults to false
  • skip clearLine if not in tty

Version 4.0.1

23 Nov 06:00
Compare
Choose a tag to compare
  • Updated to vue 2.1 and vue-loader 10.0.0, also adds vue-template-compiler as dependency

Version 4.0.0

22 Nov 14:15
Compare
Choose a tag to compare

Breaking change:

  • vue.config.json is not supported now, you're supposed to use .js extension explicitly

New features:

  • Auto copy files in static folder into dist folder. doc
  • Config file supports ES2015+ syntax

Fixes:

  • Make modules in vbuild/node_modules require-able in config file by using require-from-string package

Version 3.4.1

21 Nov 06:26
Compare
Choose a tag to compare

Version 3.4.0

21 Nov 05:56
Compare
Choose a tag to compare
  • new build log will override previous log [@egoist]
  • the watch mode now uses development webpack config [@egoist]
  • --open now is false by default, which means it won't open browser automatically for you [@egoist]
  • stop ignoring errors when requiring config file [@neves] #57