Closed damianof closed 7 years ago
It's more about how you configure jQuery and it's plugin deps with SystemJS. Re arranging position in the bundle config will not make any difference. Look at these two sections and you will get the idea:
Thanks!
Well, that is correct. I had to do that a long time ago to fix also when not bundling. The issue is now when I bundle.
Need some more info on the versions of the tools you are using:
I also need the config.js
and package.json
. Best if you could point me to a github repo.
NPM 3.6.0 aurelia-bundler 0.3.2 SystemJS 0.19.23 JSPM 0.16.30 config.js and package.json are here: https://github.com/damianof/aurelia-config-samples
@damianof Were you able to get this worked out or do you still need assistance?
I actually determine on once case that the order was not important. But it's been a long time and my memory is not that great. I'm going to close this issue for now.
I apologize in advance in case there is a way to do this and this is not an issue. However, my current problem is that some jQuery plugins are not working after bundling because they are included in the bundle before jQuery library itself. I tried to force it by changing the order in my gulp bundle.js file but it seems I'm not able to affect this.