-
Notifications
You must be signed in to change notification settings - Fork 80
Package doesn't work without template compiler? #10
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
Comments
I get the same. |
This probably originates from the build chain. If someone is willing to work on a runtime-only build of the library, a pull request would be greatly appreciated. |
I still get the same error. |
Same here. Getting this warning:
|
Same as #23 |
I used
|
The issue stems from: 67abaa1#diff-b9cfc7f2cdf78a7f4b91a753d10865a2 That commit removed vue-loader>10 and vue-template-compiler, which are required for runtime-only builds. |
This issue seems to be stale |
First I tried this:
Which gave the error "You are using the runtime-only build of Vue where the template compiler is not available..."
So I tried this instead:
But I still get the same error.
The text was updated successfully, but these errors were encountered: