Shimada666 / v-code-diff

A vue code diff display plugin, support Vue2 / Vue3
https://shimada666.github.io/v-code-diff/
MIT License
408 stars 68 forks source link

v1.6.0 构建失败:Error: Cannot find module 'node:fs' #84

Closed youthug closed 1 year ago

youthug commented 1 year ago

node:fs 在 node v18 引入,是否考虑兼容下低版本项目使用 fs 来引用?

Shimada666 commented 1 year ago

node:fs 在 node v18 引入,是否考虑兼容下低版本项目使用 fs 来引用?

很有道理,我改为 fs

Shimada666 commented 1 year ago

已修复

wanggang19 commented 1 year ago

已修复

老哥顺便把utils.js里面的这个问题也修复下

Shimada666 commented 1 year ago

已修复

老哥顺便把utils.js里面的这个问题也修复下

不好意思,忽略了,eslint 自动格式化的,我修一下

Shimada666 commented 1 year ago

已修复

老哥顺便把utils.js里面的这个问题也修复下

已修复,1.6.2 版本应该可用

youthug commented 1 year ago

v1.6.2 验证没问题