We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
instapack codebase is now stable enough for 8.0.0 release but that label will have to wait for these features:
Webpack 5 https://github.com/webpack/webpack/projects/5
TypeScript 4.0.0 https://github.com/microsoft/TypeScript/milestone/114
Vue 3.0.0 https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc
TypeScript-ESLint compatibility with ESLint 7.0.0 ESLint v7 typescript-eslint/typescript-eslint#1550
Modify Vue template to use Web Component.
Hit an issue where Shadow DOM cannot be disabled for Vue Web Components using https://github.com/vuejs/vue-web-component-wrapper causing global CSS not applied to components!
Alternate custom element library: https://github.com/karol-f/vue-custom-element (has some bugs)
(Optional) Modify React template to use Web Component.
The text was updated successfully, but these errors were encountered:
There is a flaw in Vue version detection logic in master branch:
When Vue is not yet installed, attempting to read version from node_modules will yield undefined!
node_modules
undefined
EDIT: Fixed
Sorry, something went wrong.
Released 8.0.0!
No branches or pull requests
instapack codebase is now stable enough for 8.0.0 release but that label will have to wait for these features:
Webpack 5 https://github.com/webpack/webpack/projects/5
TypeScript 4.0.0 https://github.com/microsoft/TypeScript/milestone/114
Vue 3.0.0 https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc
TypeScript-ESLint compatibility with ESLint 7.0.0 ESLint v7 typescript-eslint/typescript-eslint#1550
Modify Vue template to use Web Component.
Hit an issue where Shadow DOM cannot be disabled for Vue Web Components using https://github.com/vuejs/vue-web-component-wrapper causing global CSS not applied to components!
Alternate custom element library: https://github.com/karol-f/vue-custom-element (has some bugs)
(Optional) Modify React template to use Web Component.
The text was updated successfully, but these errors were encountered: