Update plugin name

This commit is contained in:
Adam Wathan 2021-05-27 12:37:20 -04:00
parent dfdfba25a2
commit ca6b21a6bc

View File

@ -16,7 +16,7 @@ export default function (configOrPath = {}) {
function registerDependency(fileName, type = 'dependency') {
result.messages.push({
type,
plugin: 'tailwindcss-jit',
plugin: 'tailwindcss',
parent: result.opts.from,
[type === 'dir-dependency' ? 'dir' : 'file']: fileName,
})