Open lefreet opened 4 years ago
Hello! This issue has gone quiet. Spooky quiet. 👻
We get a lot of issues, so we currently close issues requiring feedback after 20 days of inactivity. It’s been at least 10 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. (A maintainer can also add the label not stale
to keep this issue open.)
Thanks for being a part of the Vue community! 💪💚️
Version
4.0.0
Reproduction link
https://github.com/vuejs/vue-cli
Environment info
Steps to reproduce
when i try to build a umd module
vue-cli-service build --target lib --name test --dest public/test src/views/test/index.js --formats umd
i see here
/\b(export\s default|export\s{[^}] as\s default)\b/
and get a
empty module
,it have a more complete validator?and then i try
it run fine, haha
What is expected?
get module normal
What is actually happening?
get a empty Symbol