Jan 31, 2018
0
Level 1
laravel-mix using datatables.net
I created datatables.js which is concanated of other dataTable plugin files. Now I import that file and run mix.js which calls commonjs portion in datatable.js Which have dependency of require('datatable.net'); now I don't want to use package.js to include that package still want to use that plugin. I want to restrict that plugin from node_modules so I can use my concanated plugin file and import that file.
Please or to participate in this conversation.