vue-loader icon indicating copy to clipboard operation
vue-loader copied to clipboard

📦 Webpack loader for Vue.js components

Results 176 vue-loader issues
Sort by recently updated
recently updated
newest added

### Version 16.0.0-alpha.3 ### Reproduction link [https://codesandbox.io/s/children-of-router-links-are-missing-data-v-id-attribute-from-parents-scoped-styles-7lj1y?file=/src/App.vue](CodeSandbox) ### Steps to reproduce 1. Create a vue (3.0.0-beta-14) project with single-file components set up with vue-next plugin for vue cli (vue-laoder 16.0.0-alpha.3)....

### Version 15.10.0 ### Reproduction link 无 Steps to reproduce 无 ### What is expected? 生成 shortFilePath 时,添加 resourceQuery 生成的依赖 ### What is actually happening? ### Issue Description 我们的开发场景时,基于 yaml...

When using Vue 2.7+ in my project, the compilation of template section will use the project's Babel configuration. However, I don't want the project's Babel configuration to be used exclusively...

### 问题描述 之前使用istanbul做覆盖率时不会对template进行插桩编译,但是删除lock文件重新安装依赖后istanbul也会对template部分插桩,由于我们使用远程服务器做覆盖率,使得一份.vue文件对应了两份覆盖率的计数器和文件结构,所以冲突了。 **更新前依赖**: vue-loader: 15.9.8 vue/vue-template-compiler: 2.6.14 **更新后依赖**: vue-loader: 15.10.1 vue/vue-template-compiler : 2.7.14 ### why? 想询问一下vue是否有做相关调整,导致项目引入的istanbul也会对template部分进行处理?对比前后验证了很久没找到是哪个依赖项更新导致的这个变化。 ### How? 想请教一下是否能够拦截掉某个babel插件对template进行处理?或者babel编译中能否识别vue的template部分(感觉不行,istanbul处理时已经是render函数)

i get error TS2305: Module '"vue"' has no exported member 'withAsyncContext' when using top-level await in async component in webpack 5. but in vite it run ok.

``` "export 'default' (imported as 'exportComponent') was not found in '/path/to/node_modules/vue-loader/dist/exportHelper.js' ``` but,exportHelper.js file is exsit ``` // "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // runtime helper for...

### Version 17.0.1 ### Reproduction link [https://github.com/bartoszrudzinski/vue-loader-bug](https://github.com/bartoszrudzinski/vue-loader-bug) ### Steps to reproduce Copy repository, type `npm install` and `npm run serve` to check. To "test" it remove comments from `TestComponent` and...

### Vue version 3.2.45 ### Link to minimal reproduction https://github.com/1593292349/sfc-sourcemap.git ### Steps to reproduce 1. checkout master branch 2. Installation dependency and run the command `npm run build` 3. open...

## Version Info - **node version:** v14.15.0 - **npm version:** v6.14.8 - **vue-cli version:** v4.5.19 - **vue version:** v2.7.14 - **typescript version:** v4.9.4 - **github url**: https://github.com/djkloop/vue-cli4-vue-loader-error-npm-run-serve ## Error Info...

在选项式api的SFC中则编译正常,在template和script中均可正常解析,但使用组合式api,在template和script中均会解析报错 File was processed with these loaders: * ./node_modules/ts-loader/index.js * ./node_modules/vue-loader/lib/index.js You may need an additional loader to handle the result of these loaders.