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
vue.config.js is an optional config file that will be automatically loaded by @vue/cli-service if it's present in your project root (next to package.json).
But vuecli can't load vue.config.ts,the option in this typescript file is useless.change the file from typescript to javascript can solve this problem.
What is expected?
vuecli can load vue.config.ts.(typescript file)
What is actually happening?
vuecli just can load vue.config.js(javacript file)
none
The text was updated successfully, but these errors were encountered:
Version
4.2.3
Reproduction link
https://github.com/clark-cui/vue3-template.git
Environment info
Steps to reproduce
Docs write:
But vuecli can't load vue.config.ts,the option in this typescript file is useless.change the file from typescript to javascript can solve this problem.
What is expected?
vuecli can load vue.config.ts.(typescript file)
What is actually happening?
vuecli just can load vue.config.js(javacript file)
none
The text was updated successfully, but these errors were encountered: