I am trying to use a plugin that is in /js/lib/stellar.jquery.js:
/js/lib/stellar.jquery.js
var $ = require(\'jquery\'); require(\'./lib/stellar.jquery\') $(function(){
Seems like another solution is to add :
global.jQuery = require("jquery")