Socket
Socket
Sign inDemoInstall

vue-loader

Package Overview
Dependencies
Maintainers
2
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-loader - npm Package Versions

1
31

15.10.0-beta.4

Diff

yyx990803
published 15.10.0-beta.3 •

yyx990803
published 15.10.0-beta.2 •

yyx990803
published 15.10.0-beta.1 •

yyx990803
published 17.0.0 •

Changelog

Source

17.0.0 (2021-12-12)

Features

  • support reactivityTransform option (e07490e)

BREAKING CHANGES

  • remove refSugar option, require vue@^3.2.13
soda
published 16.8.3 •

Changelog

Source

16.8.3 (2021-11-04)

Bug Fixes

  • HMR not working correctly with vue-class-component components (#1897) (76b1448)
soda
published 16.8.2 •

Changelog

Source

16.8.2 (2021-10-26)

Bug Fixes

yyx990803
published 16.8.1 •

Changelog

Source

16.8.1 (2021-09-22)

Bug Fixes

  • fix template options resolving for ts (91f581b)
yyx990803
published 16.8.0 •

Changelog

Source

16.8.0 (2021-09-22)

Bug Fixes

Features

  • enableTsInTemplate option (7613534)

    • When used with ts-loader, due to ts-loader's cache invalidation behavior, it sometimes prevents the template from being hot-reloaded in isolation, causing the component to reload despite only the template being edited. If this is annoying, you can set this option to false (and avoid using TS expressions in templates).

    • Alternatively, leave this option on (by default) and use esbuild-loader to transpile TS instead, which doesn't suffer from this problem (it's also a lot faster). However, do note you will need to rely on TS type checking from other sources (e.g. IDE or vue-tsc).

yyx990803
published 16.7.1 •

Changelog

Source

16.7.1 (2021-09-22)

Bug Fixes

  • remove pure annotation for custom blocks (cd891e5)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc