-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Vue-cli creates project with runtime-only vue #1875
Comments
Read the docs? https://cli.vuejs.org/config/ |
This is intended. |
For future reference: module.exports = {
runtimeCompiler: true
} |
No it's not required.
Le lun. 30 juil. 2018 à 05:53, Luis J. Centeno <[email protected]> a
écrit :
… why this is disabled by default? This is required for development.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1875 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACqyfGS7HLBlsuwFetiWtOn8JSnAs_mvks5uLoMsgaJpZM4VSbLG>
.
|
@Akryum what is the meaning of |
The default example generated with vue-cli 3.0,it works without |
@aboutqx Template blocks in single file components are already compiled by vue-loader at compile time. |
Yes,i used the |
Version
3.0.0-rc.5
Reproduction link
https://pastebin.com/srUKbUKC
Steps to reproduce
I used vue-cli to create project with default setup. I use Babel Lint and Vue router.
However, after build shows up that build was made with vue.runtime.esm.js without template compiler.
What is expected?
Builder should include vue.esm.js
What is actually happening?
Builder include vue.runtime.esm.js
The text was updated successfully, but these errors were encountered: