dcasia / mini-program-tailwind

让你的小程序用上原汁原味的 Tailwind/Windi CSS
https://www.craft.do/s/Wx2f9cjGwyZYOx
494 stars 41 forks source link

chore: remove webpack-sources #73

Open yoyo837 opened 2 years ago

yoyo837 commented 2 years ago
  1. Remove webpack-sources;
  2. fix github:dcasia/digital-creative-eslint-plugin not founded.

ref: #62 #72

yoyo837 commented 1 year ago

peer依赖吧? 如何?

ItsRyanWu commented 1 year ago

peer依赖吧? 如何?

可以请教下为什么 peerDependencies 可以解决问题吗?另外还有一点比较疑惑,当 webpack 版本为 v5 时程序会自动使用 webpack 内的 sources 对象而非 webpack-sources 库里的,如果是这样的话问题为什么会发生呢?

yoyo837 commented 1 year ago

peer依赖吧? 如何?

可以请教下为什么 peerDependencies 可以解决问题吗?另外还有一点比较疑惑,当 webpack 版本为 v5 时程序会自动使用 webpack 内的 sources 对象而非 webpack-sources 库里的,如果是这样的话问题为什么会发生呢?

因为Taro那边可能也是为了考虑webpack4的兼容, 导致版本冲突, 因为这样 https://github.com/dcasia/mini-program-tailwind/issues/72#issuecomment-1247912595 是可以解决的

peerDependencies 依赖的话也要比较新才行.