Have you tried to put that JS in with the other JS. Or is the module only looking for it in one certain folder.
that comes with this module
What module, is it a package with install instructions.
I'm using a javaScript module that references some files that comes with this module in a css directory. My question is, is it possible to make Laravel Mix resolve somehow the files that this module is trying to use in this javaScript file?
This is what i'm currently doing
mix.styles([
'node_modules/gentelella/vendors/iCheck/skins/flat/green.css',
], 'public/css/votations.css');
mix.js([
'node_modules/gentelella/vendors/iCheck/icheck.min.js',
], 'public/js/bundle.js');
Please or to participate in this conversation.