github web-infra-dev/rspack v0.5.7

latest releases: v1.0.0-alpha.1, v1.0.0-alpha.0, v0.7.5...
3 months ago

What's Changed

Highlights

Support experimental SWC wasm plugins for builtin:swc-loader

Aligned wasm plugin architecture with JavaScript swc-loader.
Check out the detail at swc plugins.

{
  loader: "builtin:swc-loader",
  options: {
    jsc: {
      experimental: {
        plugins: [
          [
            "@swc/plugin-remove-console",
            {
              exclude: ["error"],
            },
          ],
        ],
      },
    },
  },
};

Great work done by @dm33tri 🎉.

Exciting New Features 🎉

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: v0.5.6...v0.5.7

Don't miss a new rspack release

NewReleases is sending notifications on new releases.