Releases: egoist/vuepack
Releases · egoist/vuepack
sao-vuepack @ 4.0.0-pre1
- Updated the SAO generator format to v1
- Publish this package under the name
sao-vuepack
which adheres to the naming rule of SAO v1 generators
Version 3.0.0-rc.2
- copy
./static/**/*
to./dist/
- load
.svg
with raw-loader
Version 3.0.0-rc.1
- Upgrade webpack to 2.2.0-rc.1
- Change promise polyfill from
pinkie-promise
topromise-polyfill
, since the latter supports unhandled promsie error. - Now the
style
section in SFC supportssass
scss
stylus
less
too
Version 2.2.0
Version 2.1.0
- Compatible with vue-cli
- JSX support
- Electron support
- Bug fixes
Version 2.0.1
- Fixed several bugs
- Sync router state in vuex store
- Split vendor bundle from app code
Version 2.0.0
Use Vue 2 and Webpack 2
Version 0.4.1
Fix definePlugin
Version 0.4.0
Refactor devServer.js
Version 0.3.1
Update dependencies, vue-loader now supports babel-runtime@6 !