-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
FPK: Add new approach #51
base: main
Are you sure you want to change the base?
Conversation
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Hi! Is this the works for #49? Would be appreciated :-) Love the library, but the bundle size is enormous when generating a static website which only needs a flag or 10 :-) Keep up the good work, thanks. |
24f033d
to
1b35e47
Compare
Is there any update on the ETA of this update? Thanks in advance. Robbert |
…e-flagpack into FPK/add-new-approach Add generate-components
@daoneandonly any change this is going to be finalized? flagpack core 2.0 would be very nice to use in Vue(3) projects. |
@rvmourik We ran into a major bump trying to get a dynamic require working for our flagpack framework packages, in order to provide some treeshaking of unused flags. Current improvements on However, I can look into just adding the flags from flagpack 2.0 to Responding to #34 : Currently, given its current state, I have no ETA on when or even if |
Thanks, no I am only interested a Vue 3 compatible package. Hope you'll find a solution for it. Good Luck! |
Add new approach to
vue-flagpack
With the new version of
flagpack-core
combined with a new approach,vue-flagpack
needed to make use of this approach.Changes 🛠️
generateFlags.js
script to generate flags based onflagpack-core
generateFlags.js
Todo 🚧
AddThis will be done in a seperate PR.Vue3
support.