You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reverting change to only package vue runtime loader
This makes it harder for beginners and it's hard to know the fix.
As a compromise, this alerts (on a production build) that there is
an option to choose a smaller build.
logger.recommendation(`If you do not need to compile Vue templates at runtime, pass ${chalk.green('{ runtimeCompilerBuild: false }')} as the 3rd argument to ${chalk.green('enableVueLoader()')} for a smaller build.`);
0 commit comments