Skip to content

v1.3.3

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Apr 10:03
· 1 commit to main since this release
e09081a

Patch Changes

  • 8179c96 - Remove webpack loader ./plugins/check-imports from the package barrel (src/index.ts). The loader is CJS (uses require()) and was crashing ESM consumers at import time with "require is not defined in ES module scope". Webpack loads this file directly by path via config-webpack.ts, so no public export is needed. Also fix two relative imports in tailwind.config.ts and utils.ts that were missing .js extensions.

  • #19 eb1224e Thanks @flyon! - Remove prepack: yarn build && pinst --disable and postpack: pinst --enable scripts. These were conflicting with the CI publish flow (ENEEDAUTH on the actual npm publish call). Build now happens only in the dedicated CI "Build" step. Also remove postinstall: husky install (not needed for published installs).