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
compile
3.0.0-beta.2
https://github.com/vuejs/vue-next-webpack-preview
import { compile } from "vue";
compile to be defined or compile not be in vue.d.ts
vue.d.ts
export declare function compile(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
types are built using src/index but the package.module = dist/vue.runtime.esm-bundler.js
src/index
dist/vue.runtime.esm-bundler.js
would be nice to have a way to import the full build instead of only runtime.
The text was updated successfully, but these errors were encountered:
e954ba2
feat(build): provide more specific warnings for runtime compilation
4115c11
close vuejs#1004
No branches or pull requests
Version
3.0.0-beta.2
Reproduction link
https://github.com/vuejs/vue-next-webpack-preview
Steps to reproduce
What is expected?
compile to be defined or compile not be in
vue.d.ts
What is actually happening?
types are built using
src/index
but the package.module =dist/vue.runtime.esm-bundler.js
would be nice to have a way to import the full build instead of only runtime.
The text was updated successfully, but these errors were encountered: