Answer the question
In order to leave comments, you need to log in
Connecting files installed via npm?
Question about working with npm :
Answer the question
In order to leave comments, you need to log in
Well, in its simplest form
<script src="./node_modules/package/index.js"></script>
- if you are very, very lucky , but they usually use some kind of assembler / loader - webpack , systemjs, rollup, browserify. Because in such a “simplest version” there are so many pitfalls that you cannot rake them manually.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question