vue-loader

📦 Webpack loader for Vue.js components

MIT License

Downloads
9.8M
Stars
5K
Committers
24

Bot releases are visible (Hide)

vue-loader -

Published by sodatea about 3 years ago

Bug Fixes

  • generate treeshaking friendly code (11e3cb8)

Features

  • support ts in template expressions (573fbd2)
vue-loader -

Published by sodatea about 3 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.
vue-loader -

Published by sodatea about 3 years ago

Bug Fixes

vue-loader -

Published by sodatea about 3 years ago

Bug Fixes

vue-loader -

Published by sodatea about 3 years ago

Features

  • customElement option support for Vue 3.2 (e19fcda)
vue-loader -

Published by sodatea over 3 years ago

Bug Fixes

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

Published by sodatea over 3 years ago

Bug Fixes

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

Published by sodatea over 3 years ago

Bug Fixes

vue-loader -

Published by sodatea over 3 years ago

Features

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

Published by sodatea over 3 years ago

Features

  • enable :slotted usage detection (66a3759)
vue-loader -

Published by sodatea over 3 years ago

Bug Fixes

  • [plugin] Use compiler.webpack when possible (#1822) (f7ee30b), closes #1781
  • check for compiler.webpack existence (2472b2f)
vue-loader -

Published by sodatea almost 4 years ago

Bug Fixes

  • resourceQuery could be undefined in webpack 5 (a2b89d3), closes #1771
vue-loader -

Published by sodatea almost 4 years ago

Note: vue-loader v16 is for Vue 3 only.

Bug Fixes

  • resourceQuery could be undefined in webpack 5 (6a1ee76), closes #1771
vue-loader -

Published by yyx990803 almost 4 years ago

vue-loader -

Published by sodatea almost 4 years ago

New Features

  • feat: allow manually specifying whether server-rendering is targeted (9bbb82b)
vue-loader -

Published by sodatea almost 4 years ago

New Features

  • feat: support for experimental sfc features
    • new <script setup> vuejs/rfcs#227
    • new <style> variable injection vuejs/rfcs#231
      Requires a version of @vue/compiler-sfc that supports the above features.

Bug Fixes

  • fix: update hmr api usage (f9dd610)
  • fixed thread-loader compatibility for <script setup> support
vue-loader -

Published by sodatea almost 4 years ago

Bug Fixes

  • fix: disable esModuleInterop & allowSyntheticDefaultImports and regenerate the type definitions (c76f5e5)

Known Issues

vue-loader -

Published by sodatea almost 4 years ago

Bug Fixes

  • fix: add back webpack 5 generator support (3db9ab8)
vue-loader -

Published by sodatea almost 4 years ago

Bug Fixes

  • fix: should apply cloned rules to custom blocks too (b2d7ffb)
  • fix: should check for type query for render function imports (41af4b6)
vue-loader -

Published by sodatea almost 4 years ago

Bug Fixes

  • fix: avoid to generate empty css chunk files (e88dbe9)
  • ensure new webpack5 generator property in rules passes ruleset checks (#1753) (fa79114), closes #1729
  • add rule plugins to keep up with webpack 5 new features (be9077c)