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.1.1 ### Reproduction link [https://github.com/joeldenning/vue-loader-hmr-bug](https://github.com/joeldenning/vue-loader-hmr-bug) ### Steps to reproduce The steps are in the README of the Github repo. ### What is expected? Both apps will mount. ###...

### Version 16.1.2 ### Reproduction link [https://github.com/yura3d/vue3-webpack5](https://github.com/yura3d/vue3-webpack5) ### Steps to reproduce 1. Clone GitHub repo. 2. Run `yarn` and `yarn dev`. 3. Browse `localhost:8080`, type some symbols to input field...

help wanted

### Version 15.0.0 ### Reproduction link [https://github.com/dakaraphi/vue-loader-bug-sample](https://github.com/dakaraphi/vue-loader-bug-sample) ### Steps to reproduce 1) clone referenced github repo. 2) npm install 3) npm run build ### What is expected? Should build without...

improvement

### Version 15.9.8 ### Reproduction link [github.com](https://github.com/1593292349/demo.git) ### Steps to reproduce 1. Pull projects and install dependencies with 'npm install' 2. perform 'npm run build' 3. open 'dist/index.html' 4. click...

### Version 16.8.3 ### Reproduction link [github.com](https://github.com/diachedelic/vue-loader-repro) ### Steps to reproduce ```sh git clone [email protected]:diachedelic/vue-loader-repro.git \ && cd vue-loader-repro/ \ && npm install \ && npx webpack ``` ### What...

### Version 16.8.3, 17.0.0, maybe older ### Reproduction link [github.com](https://github.com/shameleo/vue-loader-issue_scoped-style) ### Steps to reproduce ``` npm install npm run dev ``` ### What is expected? No errors ### What is...

scoped css
has PR
Vue 3
upstream

### Version 15.7.1 ### Reproduction link [https://github.com/PowerfulPony/vue-loader-css-modules-mixing-selector-error](https://github.com/PowerfulPony/vue-loader-css-modules-mixing-selector-error) `App.vue` ```vue Module A: Green Uniq A: Green Module B: Yellow Uniq B: Yellow Module C: Red Uniq C: Red .root { background:...

### Version 16.8.3 ### Reproduction link [vip.iqiyi.com](https://vip.iqiyi.com/2022thegodfather.html) ### Steps to reproduce style标签设置scoped属性,文件有修改后构建生成的data-v-xxx属性中hash与修改前构架版本中hash不同,因为网络等原因css文件与js文件更新不同步,用户获取的css文件中data-v-xxx属性与js中的不一致,造成短时间的页面样式丢失 ### What is expected? 期望data-v-xxx属性中hash值生成与文件内容无关(或可配置生成规则),只与文件路径相关,这样每次构建结果中data-v-xxx属性值都是保持不变的,不会造成页面样式丢失 ### What is actually happening? data-v-xxx属性中hash值生成与文件内容相关,修改文件内容会生成新的hash值

### What problem does this feature solve? Right now "scoped" is not really scope: styles from components leak to child components (this is by design, "A child component's root node...

improvement
scoped css
docs

### Version 15.10.0 ### Reproduction link [github.com](https://github.com/zfeher/vue-loader-15-bug) ### Steps to reproduce 1, clone the repo 2, npm install 3, npm run webpack ### What is expected? On the console we...