Closed zenvisuals closed 8 years ago
update SystemJS
with jspm dl-loader
. update bundler to v0.3.0
and finally change [*]
to [*.js]
in the bundle config above.
I thought I had this same issue a second ago (hence the link), however it was a stupid mistake on my end (I was loading up the wrong index file... yah...). There's always those pesky little errors that require what we call in the office 'stupid checks'. Can you confirm that you are actually loading up the same index file that you're using in the bundled project? Also, have you tried unbundling, cleaning the dist folder, building, and then rebundling?
Closing this one. @zenvisuals If you still have the problem feel free to raise a new issue. Thanks.
Hi,
I ran gulp serve and then gulp bundle. It created a bundle called app-build.js and aurelia.js.
However when I reload the browser, it's still calling same amount of requests to get all the libraries and not the bundle.
Config.js seems untouched as well
Here is my bundle.js file
and bundles.json file
What could have went wrong?
Thanks