Webpack hot reloading you can attach to your own server
Copy files && directories with webpack
Runs typescript type checker and linter on separate process.
This plugin places a 'use strict'; directive at the top of all files to enable strict mode
Generates a package.json file containing the external modules used by your webpack bundle
Simplifies creation of HTML files to serve your webpack bundles
extracts CSS into separate files
CSS minimizer (minifier) plugin for Webpack
This Webpack plugin will generate a JSON file that matches the original filename with the hashed version.
Jest plugin to use babel for transformation.
[Docs](../../README.md)
Jest transformer to import CSS into Jest's `jsdom`
NAPI-RS compiler for transform StyleX code
Checks that you are using the existent css/scss/less classes, no more no less
A ESLint plugin for webpack
Replace Object.assign with an inline helper
Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.
Unified utils for auto importing APIs in modules
An **EXPERIMENTAL** Webpack plugin to enable "Fast Refresh" (also previously known as _Hot Reloading_) for React components.
Official Sentry Webpack plugin
Transform optional chaining operators to workaround https://crbug.com/v8/11558
A plugin for vite that convert from require syntax to import that compat for es module.
Transform required css modules in react so one can use generated class names.
Shared utilities for JSX location data injection