Open wlx200510 opened 3 years ago
It seems like this const keyword are used by loader? that's my setting in vue.config.js, the vendor file has no const keywords anymore
It looks like your transpileDependencies are not configured to the corresponding npm packages you can provide a reproduction
It looks like your transpileDependencies are not configured to the corresponding npm packages you can provide a reproduction
OK, I have a reproduction, will paste later,but I guess is not the transpileDependencies because I found the const is module code generate by webpack, not vendor dependencies.
https://github.com/wlx200510/vue3-ts reproduction git
Version
4.5.13
Environment info
Steps to reproduce
What is expected?
build with no const
What is actually happening?
const include in build things