Releases: vuetifyjs/vuetify-loader
Releases · vuetifyjs/vuetify-loader
v1.4.4
Bug Fixes
- don't remove touch directive when directives.default doesn't exist (e353643), closes #130
- package.json: update vue-template-compiler peerDependency from v2.5.0 to v2.6.10 (e866b36)
v1.4.1
Bug Fixes
- plugin options are not properly initialized (a8d0649), closes #101
v1.4.0
Features
- automatically configure webpack for lazy image loading (#96) (90614fc)
Bug Fixes
v1.4.0-beta.0
Features
- automatically configure webpack for lazy image loading (#96) (90614fc)
Documentation
yarn add -D vuetify-loader@next
v1.3.1
Bug Fixes
- use webpack path resolution for template src (#77) (3a6a2ff), closes #76
v1.3.0
Bug Fixes
- call install bound to loaderContext (#60) (6d45bd6)
- compatibility with Pug template inheritance (#57) (eb06978)
Features
Reduces build time from ~18s to ~7s in a small project, may not have any effect if lots of components are used
v1.2.2
Bug Fixes
- specify imagemagick input format (bde8876)
v1.2.1
Bug Fixes
- exclude click-outside directive (821743e), closes #41