EGOIST

Results 314 issues of EGOIST

Currently you can only use it in stateful components since the current implementation need to access `$options`.

enhancement
help wanted

```js import { css } from 'styled-vue' export default { style: css({ h1: { color: 'red', fontSize: vm => vm.fontSize } }) } ```

enhancement

See https://unpkg.com/browse/@knightly/[email protected]/, `dist` folder wasn't uploaded

Since it's free 🥲

```js const foo = { router() { return { render() { return ( Hello World! ) } } } } ``` Results in: ```diff const foo = { router() {...

We need to add decorators and class properties support for this.

Allow `transformAssetUrls` to be used like this: ```js transformAssetUrls: { 'optimize-img': { src: value => `require('!optimize-img-loader!${value}')` } } ``` ```vue ``` I can create a PR if you think it's...

When using vue-loader with thread-loader, you can't pass the compiler module directly since the options will be serialized by `JSON.stringify`.