From ca6b21a6bc33dbffbfa2d7ead19dec93a885e932 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 27 May 2021 12:37:20 -0400 Subject: [PATCH] Update plugin name --- src/jit/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jit/index.js b/src/jit/index.js index 55f30ea30..6d5782ea8 100644 --- a/src/jit/index.js +++ b/src/jit/index.js @@ -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, })