Skip to content

Releases: rstackjs/rsbuild-plugin-arethetypeswrong

v0.1.1

18 Aug 06:20
b9481f8

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Aug 16:51
0cc7e5f

Choose a tag to compare

This is the initial release of rsbuild-plugin-arethetypeswrong. Try it out with Rslib / Rsbuild:

import { pluginAreTheTypesWrong } from "rsbuild-plugin-arethetypeswrong";

export default {
  plugins: [pluginAreTheTypesWrong()],
};

What's Changed

New Contributors

Full Changelog: https://github.com/colinaaa/rsbuild-plugin-arethetypeswrong/commits/v0.1.0