-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
preview 文件预览node 16版本用不了 #275
Comments
node版本16,ranui应该使用多少版本的,或者麻烦告知一下最低使用node多少版本,谢谢 |
感谢反馈。我用 node 16 版本试了一下,是没有问题的。这个看起来是 |
配置下 webpack 中 loader 的 exclude 有效吗,去掉转换 node_modules 的时间,可以减少转换的文件,提高构建的速度。如果 node_modules 的包还需要 babel loader,说明这个包就有问题,正常 node_modules 的包都是编译好的,可以直接运行。如果还有问题可以随时沟通~ |
太强了🎉。通过配置解决了。最近加班有点忙,我也去处理了下这个问题吧,应该是在构建的时候加上了 babel-loader,就可以手动转换下 |
是的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我应该下多少版本的ranui可以使用
The text was updated successfully, but these errors were encountered: