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 almost 4 years ago

Bug Fixes

  • ensure new webpack5 generator property in rules passes ruleset checks (#1753) (f79bb08), closes #1729
  • add rule plugins to keep up with webpack 5 new features (7ca8e2c)
vue-loader -

Published by sodatea almost 4 years ago

  • fix id inconsistency between different operating systems (#1706) (afe8a0d)
  • fix mini-css-extract-plugin missing default export error (#1748) (429a284)
vue-loader -

Published by sodatea almost 4 years ago

  • fix: should not pass undefined to bindingsQuery (#1735), closes #1740
  • fix: fix mini-css-extract-plugin missing default export error (#1749)
vue-loader -

Published by sodatea about 4 years ago

  • feat: output ssr render function when target is node (e691f6bdb52de2a4ba6ad37c071256f6f7173fab)
  • fix: fix ssrRender import (83eb48891610e5cf58a6a289b6af7aeccca4a7cb)
vue-loader -

Published by sodatea about 4 years ago

New Features (experimental)

  • feat: support <style vars scoped> (1692287)
  • feat: support <script setup> (fb09c8b)

Known Issues

The two new features currently do not work well with thread-loader. In Vue CLI, you may need to set parallel: false for them to work correctly.

vue-loader -

Published by sodatea about 4 years ago

New Features

  • feat: allow compiler option to be a path to the compiler module (#1711)
vue-loader -

Published by sodatea over 4 years ago

Bug Fixes

  • (webpack 5) skip matching rule with 'enforce' (#1680)
vue-loader -

Published by sodatea over 4 years ago

Bug Fixes

  • (webpack 5) skip matching rule with 'enforce' (e7b2b11)
vue-loader -

Published by sodatea over 4 years ago

fix: should export the pitch function, fixes scoped css usage

vue-loader -

Published by sodatea over 4 years ago

  • fix: do not require vue extension for template loader (#1673)
  • refactor!: replace module.exports with ES module export (#1674)
vue-loader -

Published by sodatea over 4 years ago

Bug Fixes

  • fix getting shadow root when component is functional (#1560) (9a7357a)

Documentation

  • add DocSearch as recommended by vuepress (#1662) (032d56b)
vue-loader -

Published by sodatea over 4 years ago

Bug Fixes

  • ensure unique ident when cloning rules, fix webpack 5 compatibility (#1653) (84c34a4)
vue-loader -

Published by sodatea over 4 years ago

Bug Fixes

  • add vue-template-compiler as an optional peer dependency (56db1d7), closes #1639

Features

vue-loader -

Published by yyx990803 over 4 years ago

vue-loader -

Published by yyx990803 almost 5 years ago

vue-loader -

Published by yyx990803 almost 5 years ago

Note: v16 is rewritten to work with Vue 3.0 and is currently under alpha and thus still unstable. There are also a number of breaking changes which we will document as the implementation becomes more stable.

vue-loader -

Published by sodatea almost 5 years ago

Bug Fixes

  • fix compatibility with webpack 3 (745d054)

Note: v15.8.3 is identical to v15.8.2. We had to run npm publish twice to make the new version available, due to an npm issue: https://github.com/npm/cli/issues/593

vue-loader -

Published by sodatea almost 5 years ago

Just republish v15.8.0, to work around an npm issue.

vue-loader -

Published by sodatea almost 5 years ago

Bug Fixes

  • types: should import type definition from the dist folder (0751213)

Features

vue-loader -

Published by sodatea almost 5 years ago

vue-loader is now compatible with Yarn 2

Bug Fixes

  • add cache-loader to optional peer dependency (e9d8b71)
  • use require.resolve when referencing cache-loader (#1585) (d3fa467)