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
Describe the bug
The vue instantiation in main.js happens multiple times, once for every stylus stylesheet, if css source maps are activated. I dont know what possible further problems this may cause, but something is probably not right here.
To Reproduce
In vue.config.js,
css: {
sourceMap: true,
},
Delete postcss.config.js (because it seems to overwrite the sourcemap setting or something like that)
Describe the bug
The vue instantiation in
main.js
happens multiple times, once for every stylus stylesheet, if css source maps are activated. I dont know what possible further problems this may cause, but something is probably not right here.To Reproduce
vue.config.js
,postcss.config.js
(because it seems to overwrite the sourcemap setting or something like that)1 + [number of files with some stylus stylesheets in it]
timesOr just see the commit from the repro repo where I demonstrated this:
Reproduction repo/demo link run and check server console for the console.log from main.js
Expected behavior
Only one vue instance creation per page refresh
Additional context
Please indicate versions of:
The text was updated successfully, but these errors were encountered: