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

hack into vue-loader

Results 39 vux-loader issues
Sort by recently updated
recently updated
newest added

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....

dependencies

### Existing Component 否 ### Component Name 配置vue-loader ### Description 错误码:Cannot read property 'useVuxUI' of undefined 位置:node_modules\[email protected]@vux-loader\src\js-loader.js:12:25

### vux-loader version 1.2.9 ### OS/Browsers version mac ### Vue version 2.6.10 ### Code ```js // console.log(require('vux/src/styles/reset.less')) // const reset = require('vux/src/styles/reset.less'); const path = require('path') // const CleanCSSPlugin =...

### vux-loader version 1.2.8 ### OS/Browsers version windows 10 ### Vue version 2.5.16 ### Code ```html import Vue from 'vue' import '@/modules/bootstrap' import router from '@/router' import Chest from '@/components/Chest'...

导致 重复加载问题,, `console.log(Math.random())`会打印两次

### vux-loader version 1.2.9 ### OS/Browsers version Google Chrome 已是最新版本 版本 73.0.3683.103(正式版本) (64 位) ### Vue version 2.5.20 ### Code ```html 在less文件中用该方式动态改变less中的变量 @color-theme: `document.getElementById("color-theme")`; 报错内容: Module build failed: // @color-theme:...

vux-loader 已经迁移到 vux 版本库里,并且发布为 @vux/loader,请参照这里 https://github.com/airyland/vux/issues/3430

无法 import `TransferDomDirective` 报错信息: ![image](https://user-images.githubusercontent.com/11362506/34714402-50a77f90-f564-11e7-897e-e1b007cf343d.png) 完整demo见: https://github.com/hooraygith/vux-loader-test `.babelrc` 配置如下: ``` { "presets": [ ["@babel/preset-env", { "useBuiltIns": "usage", "modules": false }] ] } ``` 将 `useBuiltIns` 和 `modules` 配置去掉可以打包; webpack 配置里将...

webpack

bug fix: Each "*.vue" file is loaded twice in runtime. The root reason is that the same ".vue" file is referenced twice with different ref path. - The 1st ref...