We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这个错误是因为
webpack.base.config.js文件42行 的正则错误原因造成的,请改成 如下: test: /iview\/.*?\.js$/,
test: /iview\/.*?\.js$/,
The text was updated successfully, but these errors were encountered:
为什么不把这个bug改掉呢?花了1个小时,最后要来这里报告了,才看到这个问题。对你们来说举手之劳,对于使用的人来说,每个人会浪费掉1-2个小时。反过来会怀疑你们这个产品的稳定性,到底是否值得使用这个工具?你们干了半天,难道就为了得到这个效果吗?
再看里面的版本都比较旧,是否考虑都替换一下,iview都2.8, 而里面还是2.0.0-rc8.
Sorry, something went wrong.
参考 #47
Dead project
No branches or pull requests
这个错误是因为
webpack.base.config.js文件42行 的正则错误原因造成的,请改成 如下:
test: /iview\/.*?\.js$/,
The text was updated successfully, but these errors were encountered: