-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt 2 Support #3
Comments
Thanks for the issue @MPThLee—I haven't used Nuxt v2 yet, but will add this fix now. |
This is now fixed and published to NPM on |
Thank you! |
...actually after testing this, it doesn't seem to work for me, so will reopen and investigate now. |
After some investigation, this error is actually because Will let you know when this is done. |
I trying to test it myself. it seems it works without set ps. It works when i set Edit: Ok, I found it from nuxt/nuxt@3efbd1b (nuxt/nuxt#3093) |
@wagerfield 2.0 released! |
I've got a project currently on nuxt-edge with TS and my custom setup - planning to move to your module along with the nuxt 2 upgrade - so would be happy to help testing and verifying if required... (will be away for 3 weeks though) |
@MPThLee @0pt1m1z3r @hartmut-co-uk I will work on support for Nuxt 2.0 over the coming days and let you know when I have published an update. |
Also keen for this, do let us know how you go! |
@wagerfield How is this coming? If you haven't gotten time to work on it I can take a look and see what I can do. |
Latest news there's a PR being merged into Nuxt core that will make this all possible with a config bool flag. So potentially we'll get that soon 👍 |
Hi, correct - there's been 2 PRs merged into nuxt-edge already - one more to go.
|
Apologies everyone, I've been very busy as of late so haven't had a chance to keep on top of this. Very excited to hear that there's an official effort from the core team underway 🎉 |
In
vue-loader
, (Currently)loaders
is undefined in Nuxt v2.So it shows error like
× error TypeError: Cannot set property 'ts' of undefined
This is my solution
The text was updated successfully, but these errors were encountered: