Skip to content
This repository was archived by the owner on Feb 27, 2019. It is now read-only.

[Angular 1 JSPM] Is it possible to separate code in two bundles (app/vendor) #220

Description

@valepu

Greetings,
I've been using your generator for quite some time now and I was wondering if it's possible to separate the generated code into two files, vendor (for files from jspm_packages folder) and app or index (for code from src/). I'm not an expert in configuring gulp, jspm etc... so i'm not sure how to do it

Implementing this to your repository could help reduce loading times when there are changes to the main code (which happen more frequently than changes in installed libraries) so that people will have to download only the index file if this changed while the vendor bundle will be cached

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions