Hacker News new | ask | show | jobs
by cshenoy 4155 days ago
That is absolutely the solution. Don't bundle jQuery and other big libraries into your application code. It can drastically improve performance.
1 comments

In that case, must you create one or more separate bundles to contain your vendor libraries? I suppose there's no way to directly integrate a jQuery library hosted on a public CDN.