Answer the question
In order to leave comments, you need to log in
What does @ mean in npm module name and how to use them?
I constantly have problems with broken paths when I try to use modules, like npm i @nishanths/zoom.js
Why are they doing this? What is it? How to import them? Webpack builder, vue-loader.
Answer the question
In order to leave comments, you need to log in
Most likely you have an alias in your webpack like this:
alias: {
'vue$': 'vue/dist/vue.esm.js',
'@': resolve('src')
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question