Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate loaders from the package #11

Closed
fulls1z3 opened this issue Apr 22, 2017 · 0 comments
Closed

separate loaders from the package #11

fulls1z3 opened this issue Apr 22, 2017 · 0 comments

Comments

@fulls1z3
Copy link
Owner

I'm submitting a ... (check one with "x")

[ ] bug report => check the README and search github for a similar issue or PR before submitting
[ ] support request => check the README and search github for a similar issue or PR before submitting
[X] feature request

Current behavior
Current loaders and their dependencies cause bundle size on production environment to be increased dramatically (ex: http, lodash).

Expected/desired behavior
Publish each loader (except ConfigStaticLoader) in separate packages.

  • `ConfigHttpLoader
  • ConfigFsLoader
  • UniversalConfigLoader

And also, refactor ConfigMergedHttpLoader into

  • ConfigParallelLoader
  • ConfigSeriesLoader
    or,
  • ConfigMergedLoader

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

  • Angular version: 2.0.X
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Language: [all | TypeScript X.X | ES6/7 | ES5]

  • Node (for AoT issues): node --version =

@fulls1z3 fulls1z3 added this to the v0.2.0-rc.5 milestone Apr 22, 2017
@fulls1z3 fulls1z3 self-assigned this Apr 22, 2017
@fulls1z3 fulls1z3 modified the milestones: v0.2.0, v0.2.0-rc.5 Sep 3, 2017
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
build(npm): update deps

refactor: update .npmignore
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
* build(npm): update deps

* refactor: update .npmignore

* docs: update README
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
* build(npm): update deps

* refactor: update .npmignore

* docs: update README
@fulls1z3 fulls1z3 changed the title [enhancement] separate loaders from the package separate loaders from the package Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant