-
Notifications
You must be signed in to change notification settings - Fork 38
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
missing flags css after fresh install #23
Comments
Hi @luckylooke thank you for appreciating this package and pointing out this error! I'll try to fix ASAP. |
I have changed my configuration and the problem disappeared, probably it uses now just code from /dist where those flags are inlined in bundle, so for me it is no more issue, but I am not sure what convenience is here. Whether src folder should be in package files or not.. if so, then corresponding css dependency is missing, if not, maybe you should remove "src/**/*.vue" from package. :) |
@luckylooke thanks! I'll give it a look 😸 |
@luckylooke sorry for being late. I've taken your suggestion of getting rid of |
Hello!
Thank you for sharing package
but after installation by
I am getting error:
And I have double-checked there is no such folder as css in src in node_modules, I can see it here on github.. but probably problem is in package.json:
as you can see css is not included
I have used:
npm -v
6.13.4
for installation
I have tried yarn 1.15.2 .. but same result
Thanks :)
The text was updated successfully, but these errors were encountered: