Releases: vuejs/vue-loader
Releases · vuejs/vue-loader
v15.9.5
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)
v16.0.0-beta.9
- fix: should not pass
undefined
to bindingsQuery
(#1735), closes #1740
- fix: fix mini-css-extract-plugin missing default export error (#1749)
v15.9.4
- fix id inconsistency between different operating systems (#1706) (afe8a0d)
- fix mini-css-extract-plugin missing default export error (#1748) (429a284)
v16.0.0-beta.8
- feat: output ssr render function when target is node (e691f6b)
- fix: fix ssrRender import (83eb488)
v16.0.0-beta.7
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.
v16.0.0-beta.5
New Features
- feat: allow
compiler
option to be a path to the compiler module (#1711)
v16.0.0-beta.4
Bug Fixes
- (webpack 5) skip matching rule with 'enforce' (#1680)
v15.9.3
Bug Fixes
- (webpack 5) skip matching rule with 'enforce' (e7b2b11)
v16.0.0-beta.3
fix: should export the pitch
function, fixes scoped css usage
v16.0.0-beta.2
- fix: do not require vue extension for template loader (#1673)
- refactor!: replace module.exports with ES module export (#1674)