Bruce Wayne
Bruce Wayne
# Bug report **What is the current behavior?** I use MultiCompiler configs. If i run them one by one, Webpack can build them all. ```js const config = {} webpack(config)...
### 🧐 Problem Description I am using `swc-loader` to make compile quikcker and it works really nice, about 50% quicker 🚀 However if a `.vue` file was written in `tsx`,...
Some of my components are written in jsx (vue@2) For example: ```vue import isArray from 'lodash/isArray' import isFunction from 'lodash/isFunction' import map from 'lodash/map' import { NewBsBox } from '@myComp'...
### [Reproduction Link](https://stylus-lang.com/try.html#?code=.weui-icon-search%20%7B%20mask-image%3A%20url(data%3Aimage%2Fsvg%2Bxml%2C%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%2015.561l4.114%204.115-.848.848-4.123-4.123a7%207%200%2011.857-.84zM16.8%2011a5.8%205.8%200%2010-11.6%200%205.8%205.8%200%200011.6%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E)%20%7D) For this code ```styl .icon-search { mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%2015.561l4.114%204.115-.848.848-4.123-4.123a7%207%200%2011.857-.84zM16.8%2011a5.8%205.8%200%2010-11.6%200%205.8%205.8%200%200011.6%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") } ``` If url is wrapped with `"`, Stylus works fine. However, if remove the `"`, compiler throws error...
fix: #1959 Checklist - [x] write tests - [x] implement feature/fix bug - [x] update docs (no need) - [x] make a note in change log Scenario: ```javascript 'import/no-extraneous-dependencies': [...