vuetify: [Bug Report] Css Map on server with router:base
Versions and Environment
Vuetify: 1.0.3 Vue: 2.5.13 Browsers: Chrome 64.0.3282.167 OS: Windows 10
Steps to reproduce
Make a project and use the base option of vue-router.
example from nuxt.config.js:
module.exports = {
router: {
base: '/gw2-treasury/'
}
}
Expected Behavior
vuetify should reflect that option
Actual Behavior
vuetify does not look use the base option
Reproduction Link
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 20 (5 by maintainers)
Commits related to this issue
- fix(build): remove CSS sourcemaps from production builds fixes #3403 — committed to vuetifyjs/vuetify by KaelWD 6 years ago
- fix(build): remove CSS sourcemaps from production builds (#3441) * fix(build): remove CSS sourcemaps from production builds fixes #3403 * Only enable CSS sourcemaps when using `yarn watch` — committed to vuetifyjs/vuetify by KaelWD 6 years ago
This ended up working for me in the end:
build: {
Dave Maharaj
Owner / Designer / Developer
mailto:dave@movepixels.com dave@movepixels.com
http://www.movepixels.com/ www.movepixels.com 709-757-9457
From: gomezmark [mailto:notifications@github.com] Sent: Tuesday, June 5, 2018 8:28 AM To: vuetifyjs/vuetify vuetify@noreply.github.com Cc: Dave Maharaj dave@movepixels.com; Mention mention@noreply.github.com Subject: Re: [vuetifyjs/vuetify] [Bug Report] Css Map on server with router:base (#3403)
same problem here
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vuetifyjs/vuetify/issues/3403#issuecomment-394667533 , or mute the thread https://github.com/notifications/unsubscribe-auth/AB0KcU_r3hqhDHeyqHpiftwlLcBBzOUvks5t5mRNgaJpZM4SUvm8 .
Could you, please, provide some examples how to configure vuetify with nuxt properly or maybe point to some documentation? I was using “official” vuetifyjs/nuxt and I haven’t found proper configuration there.
I have the same problem. Downloaded the “official” vuetifyjs/nuxt package, installed no errors. Run dev all good. Hit refresh F5, I am bombarded with the continuous flow of:
This does not show anywhere in DevTools but in the node server, so not only is it not supposed to happen, it also takes development longer since every change I have to wait for this to run then have access to the actual site.
Anyone else?