From 47f7adc1e9b6ac2a81dd4e51e80cd15cafca0b34 Mon Sep 17 00:00:00 2001 From: luuhongyii <72600702+luuhongyii@users.noreply.github.com> Date: Sat, 13 Jun 2026 07:59:33 +0200 Subject: [PATCH] fix package module entry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47d124d..2601ca7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.5", "description": "This package is used to integrate [tailwindcss](https://tailwindcss.com/) and [StencilJS](https://stenciljs.com/). This plugin for Stencil is specifically focused on the integration between tailwindcss in [JIT](https://tailwindcss.com/docs/just-in-time-mode#enabling-jit-mode) mode and the Stencil build.", "main": "dist/index.js", - "module": "dist/index.esm.js", + "module": "dist/index.mjs", "files": [ "dist/*" ],