0

Bundling is great. I have a jQuery bundle, a Angular bundle, a pollyfills bundle, etc. But now I have 10 bundles. How do I combine bundles into a single bundle. Is that possible?

core
  • 32,451
  • 45
  • 138
  • 193

1 Answers1

0

There is no built in way to combine defined Bundles, so what you would do is just create one Bundle with all the files that you want instead.

Pablo Romeo
  • 11,298
  • 2
  • 30
  • 58