npm @rspack/core 0.5.7
v0.5.7

latest releases: 1.0.0-alpha.1, 1.0.0-alpha.0, 0.7.6-canary-1a0d77d-20240627143904...
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 core release

NewReleases is sending notifications on new releases.