Import an external vue library #11339
Unanswered
dbalaskas
asked this question in
CLI - PWA mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I developed a vue library for my project. I tried to do locally "npm install <library_path>" and that created a symbolic link in project's node_modules. That's ok until now.
When I import any component from the library I get:
and on some js files of the library:
It seems that eslint-loader doesn't work properly!
Any opinion on this?
Beta Was this translation helpful? Give feedback.
All reactions