gpt4 book ai didi

next.js - Tailwind 的 JIT 模式在 Next JS 的本地主机预览中不起作用

转载 作者:行者123 更新时间:2023-12-04 12:54:25 28 4
gpt4 key购买 nike

我正在构建一个 Next JS 网站并使用 JIT 运行 Tailwind。这是我的 tailwind.config.js:

  module.exports = {
mode: "jit",
purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {},
extend: {},
plugins: [],
};
问题是每次我编写新代码时,我都必须重新启动服务器并运行“npm run dev”,因为它没有在 http://localhost:3000/上更新我的 CSS。
我在运行服务器时也会收到警告:
warn - You have enabled the JIT engine which is currently in preview.
warn - Preview features are not covered by semver, may introduce breaking changes, and can change at any time.
任何想法可能导致这种情况?
谢谢!

最佳答案

我遇到过同样的问题,
删除所有内联顺风类并将它们放入 CSS 文件中后 @apply它可以正常工作。
也许顺风在 Next 服务器渲染组件之前编译 CSS。

关于next.js - Tailwind 的 JIT 模式在 Next JS 的本地主机预览中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68817588/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com