We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
^1.0.56
无关
^2.6.0
///// const a = 1; // another comment here let b = 'this works';
以\n为换行格式的文件能够正确解析多个/开头的comments
\n
/
静态解析初始文本
/////\n const a=1;\n\n // another comment here\n let b='this works';\n
经过vux-loader解析后 const a = 1; 被注释掉了。
const a = 1;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
vux-loader version
^1.0.56
OS/Browsers version
无关
Vue version
^2.6.0
Code
What is Expected?
以
\n
为换行格式的文件能够正确解析多个/
开头的commentsWhat is actually happening?
静态解析初始文本
经过vux-loader解析后

const a = 1;
被注释掉了。The text was updated successfully, but these errors were encountered: