This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
Releases: egoist/poi
Releases · egoist/poi
Version 4.3.1
disableHtml
->html: false
- new option
hash
for disabling hash in filename - exclude vue vue-loader vue-template-compiler in vbuild
Version 4.1.5
New Features:
- Google Analytics: set option
ga
to your google analytics track id to enable this, more -> https://vbuild.js.org/docs/ga.html
Changes:
templates
option now inherits from default options for html-webpack-plugin, more -> https://vbuild.js.org/docs/templates.html
Version 4.1.1
Bug fix:
- revert output.filename to
[name].js
: Output bundle files to subdirectory of./dist
will make server-siderequire
fail if you use code splitting. i.e. it willrequire('./sub/client.js')
relative to./dist/sub
folder, obviously it should be./dist
instead.
Version 4.1.0
- Using [email protected]
vendor
now defaults tofalse
- skip clearLine if not in tty
Version 4.0.1
- Updated to vue 2.1 and vue-loader 10.0.0, also adds vue-template-compiler as dependency
Version 4.0.0
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 intodist
folder. doc - Config file supports ES2015+ syntax
Fixes:
- Make modules in
vbuild/node_modules
require-able in config file by usingrequire-from-string
package