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

Dynamic module loading compatible with function mode #1

Open
1 of 2 tasks
Akryum opened this issue Dec 30, 2018 · 1 comment
Open
1 of 2 tasks

Dynamic module loading compatible with function mode #1

Akryum opened this issue Dec 30, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@Akryum
Copy link
Owner

Akryum commented Dec 30, 2018

Will allow an app or library compiled into a single file to dynamically load external modules.

  • Separate @nodepack/module package
  • Force this package to be external in function mode

Projects needing this will have to install @nodepack/module as dependency and it will also a dependency in the built output. (It has only one dependency, no transitive dependencies.)

@Akryum Akryum added the enhancement New feature or request label Dec 30, 2018
@Akryum
Copy link
Owner Author

Akryum commented Dec 30, 2018

Needed for vuejs/vue-cli#3077

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant