GU Yiling

Results 168 comments of GU Yiling

It's the exact point of increasing the major version to 5 (to introduce this breaking change). Dart Sass (npm package `sass`) deprecated `/deep/` so after switching from `node-sass` to `sass`...

I'm not familiar with TypeScript but according to their [docs](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html), you may try to specify something like: ```json "files": { "node_modules/vue-awesome" } ```

@paolobarbolini See @Vad1mo's [comment](https://github.com/Justineo/vue-awesome/issues/135#issuecomment-451991636) above.

@YannikSc So are you importing the icon in an ES module or CommonJS module?

Sorry folks. I've been busy recently and I'll take a look at this when I get time. Before that, you can stick to v3 for now.

> I wonder if we could break out of this by installing latest font-awesome next to vue-awesome, but in that case how would one import a new icon? It's possible....

Hi, do you have a proposed usage for this feature?

I’m aware of your use case. What I ask earlier is about the proposed API. Currently it’s easy to achieve this by add some webpack loader or a custom script...

> ```js > import Icon from 'vue-awesome/components/Icon' > > Icon.register({ > 'custom-icon': { > file: 'path/to/icon.svg' > } > }) > ``` This is not possible without a build step...

Which version of VueAwesome are you using?