-
Notifications
You must be signed in to change notification settings - Fork 75
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
Wrong path for style.css #107
Comments
Huh, I'm not sure what would be causing this. Are you on the latest, If you look at the "main": "dist/autocomplete.cjs.js",
"module": "dist/autocomplete.esm.js",
"unpkg": "dist/autocomplete.min.js", So Can you give me a little more info on your bundling setup? If it's webpack or rollup? Can you create a small reproducible example? |
I'm using it as part of https://github.com/Corollarium/modelarium. I don't have anything else to report, it's a pretty standard use following the docs and using laravel mix to build. But apparently the problem is the index.js file, which is loaded instead of the package.json indication. Perhaps mix is messing up something? |
I haven't used Laravel Mix before, but if it's an abstraction on top of webpack then yes, that would be my first suspect. Sorry I can't help much more than that. |
Thanks, but there's a clear problem that is not caused by any other software: file |
After installing and loading it as a component with
import Autocomplete from "@trevoreyre/autocomplete-vue"
:What works is this:
It seems that you need to fix the package build.
The text was updated successfully, but these errors were encountered: