Skip to content

Releases: gluons/vue-pack

v1.14.2

23 Oct 11:15
9ea4fb6
Compare
Choose a tag to compare
  • Upgrade dependencies.

v1.14.1

13 Oct 14:34
abeb8ae
Compare
Choose a tag to compare

Core

v1.14.0

13 Oct 14:12
e0b3673
Compare
Choose a tag to compare
  • Bump dependencies.

Core

v1.13.0

07 Oct 13:24
d705342
Compare
Choose a tag to compare

Core

✨ New:

  • nodeExternals is now exported from vue-pack.

    You don't need to install and import by yourself.
    Just import from vue-pack. 😇

    import { nodeExternals } from '@gluons/vue-pack';

vue-pack-copy-plugin

First Release 🎉

v1.12.2

30 Sep 13:41
6fe138a
Compare
Choose a tag to compare
  • Upgrade dependencies.

Core

v1.12.1

24 Sep 05:47
219a82f
Compare
Choose a tag to compare

CLI

🐛 Bug Fixes:

  • dev command: Fix browser will not be opened when no both CLI noOpen option and dev.open config given.

v1.12.0

24 Sep 05:08
4a4cf7d
Compare
Choose a tag to compare

Core

💥 Breaking Changes:

  • Automatically set process.env.NODE_ENV to production while bundling.

Dev

🐛 Bug Fixes:

💥 Breaking Changes:

  • Automatically set process.env.NODE_ENV to development while running dev server.

v1.11.0

23 Sep 17:35
5f13e1b
Compare
Choose a tag to compare

Core

⬆️ Upgrade:

✨ New:

💥 Breaking Changes:

Dev

⬆️ Upgrade:

💥 Breaking Changes:

v1.10.0

23 Sep 11:29
2a9ad25
Compare
Choose a tag to compare

Load Config

v1.9.0

22 Sep 19:03
65f765a
Compare
Choose a tag to compare

Types

✨ New:

Core

✨ New:

  • Add SSR support.
    New bundle file: [filename].ssr.js.

vue-pack-splitchunks-plugin

✨ New:

  • Add tapSSR option.