You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
Hi i am having problems while i import files within my project using aliases.
It looks like that aliases are not resolved in the .vue files.
I tryed adding:
in the Aliasify configuration then i get a syntax error as probably Vueify didn't started yet and it's not able to parse the vue <template></template>.
I am using Grunt and at moment i can't switch to Webpack.
Does someone had a same issue?
The text was updated successfully, but these errors were encountered:
Hi i am having problems while i import files within my project using aliases.
It looks like that aliases are not resolved in the .vue files.
I tryed adding:
appliesTo: { includeExtensions: [ '.js', '.vue' ] }
in the Aliasify configuration then i get a syntax error as probably Vueify didn't started yet and it's not able to parse the vue
<template></template>
.I am using Grunt and at moment i can't switch to Webpack.
Does someone had a same issue?
The text was updated successfully, but these errors were encountered: