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
原因是const selectFiles = require("select-files").default;需要加default
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,版本是 @bytemd/vue-next": "1.21.0","bytemd": "1.21.0"
有其他解决方案吗,也不能去他的源码里改吧
Sorry, something went wrong.
遇到加一
通过添加 webpack alias配置,将 select-files 指向本地文件可以解决: config.resolve.alias.set('select-files', require.resolve('./src/common/select-files'));
config.resolve.alias.set('select-files', require.resolve('./src/common/select-files'));
No branches or pull requests
原因是const selectFiles = require("select-files").default;需要加default
The text was updated successfully, but these errors were encountered: