Skip to content

Releases: egoist/vuepack

sao-vuepack @ 4.0.0-pre1

16 Feb 07:36
7ae07d4

Choose a tag to compare

Pre-release
  • 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

19 Dec 16:12

Choose a tag to compare

Version 3.0.0-rc.2 Pre-release
Pre-release
  • copy ./static/**/* to ./dist/
  • load .svg with raw-loader

Version 3.0.0-rc.1

19 Dec 15:20

Choose a tag to compare

Version 3.0.0-rc.1 Pre-release
Pre-release
  • Upgrade webpack to 2.2.0-rc.1
  • Change promise polyfill from pinkie-promise to promise-polyfill, since the latter supports unhandled promsie error.
  • Now the style section in SFC supports sass scss stylus less too

Version 2.2.0

13 Sep 13:45

Choose a tag to compare

  • Add more docs.
  • Fixed source-map in development.
  • Fix css-modules, currently enabled by default.

Version 2.1.0

08 Sep 09:45

Choose a tag to compare

  • Compatible with vue-cli
  • JSX support
  • Electron support
  • Bug fixes

More details...

Version 2.0.1

06 Aug 08:24

Choose a tag to compare

Version 2.0.1 Pre-release
Pre-release
  • Fixed several bugs
  • Sync router state in vuex store
  • Split vendor bundle from app code

Version 2.0.0

06 Aug 05:08

Choose a tag to compare

Version 2.0.0 Pre-release
Pre-release

Use Vue 2 and Webpack 2

Version 0.4.1

05 Aug 12:03

Choose a tag to compare

Fix definePlugin

Version 0.4.0

06 May 13:10

Choose a tag to compare

Refactor devServer.js

Version 0.3.1

04 May 14:25

Choose a tag to compare

Update dependencies, vue-loader now supports babel-runtime@6 !