










Hello, I cannot figure out how to mount a node_modules package in order to have an import resolved by css.PostCSS when using Hugo 0.165.0. I use tailwindcss 3 and therefore have to stay with css.PostCSS if I understand that part correctly. [[module.mounts]] source = "node_modules/maplibre-gl/dist" target = "assets/maplibre-gl" hugo config mount looks good: "mounts": [ { "source": "assets", "target": "assets" }, { "source": "content", "target": "content" }, { "source": "node_modules/maplibre-...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。