Answer the question
In order to leave comments, you need to log in
Is there a module for gulp that allows you to insert one JS file into another?
For example, in css I can do this "@import 'button'" and I will have all the css code from the button.css file inserted. Is it possible to do the same for JS files? ECMAScript 6 has such an experimental thing as import, i.e. you can do this import "module-name"; but it is not implemented anywhere. Thank you!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question