Open yoyo837 opened 2 years ago
版本不一致可能造成webpack5 filesystem cache不能正常工作
webpack5 filesystem cache
[webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: No serializer registered for ConcatSource while serializing webpack/lib/util/registerExternalSerializer.webpack-sources/ConcatSource -> Array { 3 items } -> ConcatSource
可能有关的 #62
"overrides": { "webpack-sources": "^3.2.3" },
可以暂时解决
"overrides": { "webpack-sources": "^3.2.3" }, 可以暂时解决
pnpm 这个也不行
overrides好像需要删掉node_modules和lock文件,全新安装
overrides
node_modules
@yoyo837 已经换 https://github.com/sonofmagic/weapp-tailwindcss-webpack-plugin
版本不一致可能造成
webpack5 filesystem cache
不能正常工作可能有关的 #62