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

Missing style from library #205

Open
denisov-k opened this issue Mar 15, 2022 · 2 comments
Open

Missing style from library #205

denisov-k opened this issue Mar 15, 2022 · 2 comments

Comments

@denisov-k
Copy link

After adding library in my project, it's correct importing chunks, except part of style.
I tried to add dependency in transpileDependencies, but it didn't help.

Version of dependencies:
"vue": "^2.6.12"
"vue-awesome": "^4.5.0",
"vue-template-compiler": "^2.6.14"
"@vue/cli-service": "^5.0.1"

Really need help, maybe somebody could suggest, what a mistake I do. Thank you!

@dword-design
Copy link

Same problem here

@licoded
Copy link

licoded commented May 15, 2023

Switch to [email protected] should solve this problem. The following code added to support SSR caused the problem:

https://github.com/Justineo/vue-awesome/blob/master/rollup.config.js#L20

I also find that docs of rollup-plugin-vue, which is used to bundle sfc, mentions this issue. But I don't know how to fix it.

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

3 participants