Closed ukitiyan closed 3 years ago
Hello,
I'm facing the same issue, is there some progress or new info on this? @ukitiyan Did you find any solution or workaround?
My environment is with: Vuetify Version: 2.2.11 && Vue Version: 2.6.11
function VuetifyPresetService (api, preset) {
injectSassVariables(api, ´~${api.id}/preset/variables.scss´)
}
maybe this should do the work?
I'm facing the same issue, is there some progress or new info on this? @ukitiyan Did you find any solution or workaround?
@cotufaloschiflones I don't have a solution yet.
Does ~${api.id}
inject the alias?
hello @ukitiyan, api.id
seems to be the packageName defined in package.json, I was making some tests and I made it work yesterday like this, but I'm not sure if api.id is taking his value from the package.json name
key, I have to dig a bit more to confirm it
Hi @ukitiyan, you can give a try with this PR
@cotufaloschiflones , Thank you! I try the test, and feed back.
This Issue is being closed due to inactivity.
If you have any questions, please reach out to us in our Discord community.
Environment
Steps to reproduce
export const VUETIFY_OPTIONS = { preset, }; Vue.use(Vuetify); export default new Vuetify(VUETIFY_OPTIONS);
Expected behaviour
npm run serve
runs successfully.Actual behaviour
The following error occurs.
Other comments
I consider the following implementations to be relevant. Waiting for your answer. Thank you in advance.
https://github.com/vuetifyjs/vue-cli-plugins/blob/addc5bcf028fbe65c02b581884032244519fb295/packages/cli-plugin-utils/index.js#L176-L179