-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
When doing something like this
require('imports?this=>global!bootstrap');
Where bootstrap is defined as an alias
resolve: {
alias: {
// Bootstrap
'bootstrap' : path.join(PATH_JS_VENDOR, 'bootstrap/bootstrap'),
}
},
doesn't seem to work
cletusw, lsowen, pepf, sterling, tomcollins and 2 more