Skip to content
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

use via cdn #49

Open
WpSlt opened this issue Mar 17, 2024 · 1 comment
Open

use via cdn #49

WpSlt opened this issue Mar 17, 2024 · 1 comment

Comments

@WpSlt
Copy link

WpSlt commented Mar 17, 2024

Hello!
I would like tro try your beautifull pack, but using by cdn

<script src="https://cdn.jsdelivr.net/npm/@sensetence/vue-quintable@latest/dist/vue-quintable.umd.min.js"></script>

I get
Uncaught TypeError: can't access property "library", t is undefined
index.js:36
jsdelivr-header.js:7
jsdelivr-header.js:7

Is there some fix about it?

Thx!

@krusche-sensetence
Copy link
Contributor

Hi, thanks for using quintable! Have you tried to use the non minified version? actually it is already minified by building tool. I'm not sure if the Terser Plugin used by jsdelivr is somehow not compatible with my code...

<script src="https://cdn.jsdelivr.net/npm/@sensetence/vue-quintable@2.3.18/dist/vue-quintable.umd.js"></script>

is this working for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants