You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have injected node_modules packages into my index.html. all files are adding but the content of the file has
require('./angular');
module.exports = angular;
now I read that browserify can do this require syntax to the original file content but did not get how and where to apply the browserify. tries with gulp-browesrify as well
there will be some way to add in transform property of gulp-inject but this does not work. here is the relevant code
I have injected node_modules packages into my index.html. all files are adding but the content of the file has
now I read that browserify can do this require syntax to the original file content but did not get how and where to apply the browserify. tries with gulp-browesrify as well
there will be some way to add in transform property of gulp-inject but this does not work. here is the relevant code
someone point out how to do this?
for more over this, you can find the issue on SO
The text was updated successfully, but these errors were encountered: