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/*" ],