Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Bug Fixes
- add cache-loader to optional peer dependency (e9d8b71)
- use
require.resolve
when referencing cache-loader
(#1585) (d3fa467)
Bug Fixes
- use “api.isRecorded” instead of “module.hot.data” (#1569) (6a05115)
Features
Bug Fixes
- templateLoder: honor options.productionMode (#1409) (01990d0)
- avoid generating custom block when there is only cache-loader (#1493) (a1af343)
- fix wrong outputSourceRange usage (#1482) (2d96215)
- keep style index consistent when filtering styles (#1496) (e02d937)
- relay correct error message on vue-template-compiler version mismatch (fdd0338)
Bug Fixes
- templateLoder: honor options.productionMode (#1409) (01990d0)
- avoid generating custom block when there is only cache-loader (#1493) (a1af343)
Bug Fixes
Bug Fixes
- relay correct error message on vue-template-compiler version mismatch (fdd0338)
Bug Fixes
- template comments replace windows \ to / confirm consistent hash (#1477) (adc6dd6)
Features
- make
__file
injection opt-in in production (#1475) (001382d)
- support for compiler 2.6 outputSourceRange (2215585)
- support webpack 5 hooks (#1469) (7275ae4)
Bug Fixes
Bug Fixes
Features
Bug Fixes
Bug Fixes
Bug Fixes
- fix inconsistent path between Windows and POSIX systems ( (#1384 (74a7dbd)
Features
- append the file extension to the mapping files in devtools (#1372) (0c2da0f), closes #1371
Bug Fixes
- avoid absolute path in cache-loader inline options (c6ab50a), closes #1367
Features
Bug Fixes
Bug Fixes
- ensure same compiler is used for both parse and tempalte compilation (1bfc08a)
- should not remove eslint-loader on src import blocks (close #1359) (6f1d404)
- support usage with other loaders with enforce: post (be2384c), closes #1351
Features
- inherit root request query in custom block loaders (#1330) (0f0b09b)
Bug Fixes
- ensure plugin error is emitted only once (0b006a3)
- fix unexpected error when options of cache-loader contains ! (#1334) (c4a2719)
- use constant plugin NS (0fb5172), closes #1331
Features
- inject issuerPath to resourceQuery for custom block src imports (#1313) (a004e30)
Bug Fixes
- ensure plugin error is emitted only once (0b006a3)
- use constant plugin NS (0fb5172), closes #1331
Features
- inject issuerPath to resourceQuery for custom block src imports (#1313) (a004e30)
Bug Fixes
- check loader for cnpm(npminstall) (#1321) (37fbaeb)
- ensure template cache uses unique identifier (538198e)
Bug Fixes
- ensure template cache uses unique identifier (bdb13be)
Features
- enable template compile caching (28e0fd3)
- avoid duplicate linting when used with eslint-loader (3d07f81)
Bug Fixes
Bug Fixes
Bug Fixes
Bug Fixes
- shadowMode still has to be an option (4529f83)
Bug Fixes
Bug Fixes
- stylePostLoader injection for windows flat node_modules (a9a4412), closes #1284
Bug Fixes
- duplicate loaders when using src import with loader options (37329e1), closes #1278
Bug Fixes
- ignore VueLoaderPlugin check when using thread-loader (#1268) (476f466), closes #1267
Bug Fixes
- enable whitelist in exclude function (5b0e392)
Bug Fixes
Bug Fixes
Bug Fixes
Bug Fixes
Features
- support declaring rules using .vue.html (ref #1238) (a3af6b3)
Bug Fixes
- avoid bailout of webpack module concatenation (#1230) (b983304)
- reuse ident of css related loaders to avoid duplicates (#1233) (b16311f)
Features
- support being used on files not ending with .vue (5a9ee91)
Features
- handle
<template lang="xxx">
with loaders (c954f32)
BREAKING CHANGES
<template lang="xxx">
are now handled
with webpack loaders as well.
Bug Fixes
- compat with html-webpack-plugin (8626739), closes #1213
- only reuse ident for whitelisted loaders (230abd4), closes #1214
Bug Fixes
- pass correct args to RuleSet.normalizeRule (fix #1210) (1c54dc4)
Bug Fixes
Bug Fixes
- handle vue rule with include (fix #1201) (2be5507)
- make sure cloned rules reuse the exact same ident in options (eab9460), closes #1199
- remove rule.loaders from normalized rules (#1207) (e9cbbcd)
- support test-less oneOf rules (7208885)
- use relative path for self path resolution (343b9df)
Features
Bug Fixes
- loader check for windows (ab067b0)
- properly stringify hot-reload-api path for Windows (fb1306e)
Bug Fixes
- remove .vue from fake resourcePath to avoid double match (7c5b6ac)
Features
- basic hot reload (f418bd9)
- css modules + hmr (99754c0)
- dynamic style injection (234d48b)
- expose all block attrs via query (cda1ec3)
- respect user compiler / compilerOptions (58239f6)
- support configuring loader for custom blocks via resourceQuery (d04f9cf)
- support rules with oneOf (c3b379d)