Vue Loader Versions Save

📦 Webpack loader for Vue.js components

v16.6.0

2 years ago

Bug Fixes

  • generate treeshaking friendly code (11e3cb8)

Features

  • support ts in template expressions (573fbd2)

v16.5.0

2 years ago
  • Custom Elements mode behavior changed: Now only inlines the CSS, and no longer exports the custom element constructor (exports the component as in normal mode). Users now need to explicitly call defineCustomElement on the component. This allows the custom element to be defined using an async version of the source component.

v15.9.8

2 years ago

Bug Fixes

v16.4.1

2 years ago

Bug Fixes

v16.4.0

2 years ago

Features

  • customElement option support for Vue 3.2 (e19fcda)

v16.3.3

2 years ago

Bug Fixes

  • mark @vue/compiler-sfc as an optional peer dependency (089473a)

v16.3.2

2 years ago

Bug Fixes

  • add undeclared peer dependency webpack and @vue/compiler-sfc (#1853) (330d672)

v16.3.1

2 years ago

Bug Fixes

v16.3.0

2 years ago

Features

  • pass on compilerOptions and refSugar when using <script setup> (7137294)

v16.2.0

2 years ago

Features

  • enable :slotted usage detection (66a3759)