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 Cannot read '$meta' of undefined. Seems very similar to #45.
To Reproduce
I tried integrating UVue into a .coffee only repository (that is, no .js files present at all). The compilation step is baked into vue.config.js, and it all worked almost flawlessly and it's great. There is just one small drawback: main.js needs to be a Javascript file. If I keep it at main.coffee, I get the above error message.
For reproducing this, here is my CS compilation setup:
Describe the bug
Cannot read '$meta' of undefined
. Seems very similar to #45.To Reproduce
I tried integrating UVue into a
.coffee
only repository (that is, no.js
files present at all). The compilation step is baked intovue.config.js
, and it all worked almost flawlessly and it's great. There is just one small drawback:main.js
needs to be a Javascript file. If I keep it atmain.coffee
, I get the above error message.For reproducing this, here is my CS compilation setup:
package.json:
vue.config.js:
Alternatively, one could probably also just use
cxspxr/vue-cli-plugin-coffee
Expected behavior
No errors.
Additional context
Changing
uvue.config.js
'spaths.main
to'./src/main.coffee'
does not help and only results in syntax errors.This issue is probably low priority, as keeping the main file in Javascript is no great obstacle. But maybe this will help others with the same issue.
Thanks!
Please indicate versions of:
The text was updated successfully, but these errors were encountered: