タグ

ブックマーク / www.rspack.dev (7)

  • Rspack

    Announcing Rspack v0.7# May 28, 2024 Rspack v0.7 has been released! This is the last minor release before the Rspack v1.0. After this, the Rspack team will focus on the development of v1.0 and aim to launch the Rspack v1.0 alpha version soon. Notable changes in Rspack v0.7: Support for Lazy Compilation: Significantly improves the dev startup performance of large applications by compiling on demand

    Rspack
    efcl
    efcl 2024/06/03
    Rspack v0.7リリース。 Lazy Compilationのサポート、CSSビルドのパフォーマンス改善。 UnstableなJavaScript APIを非推奨化、`@import`は他のルールよりもあることをチェックするように。
  • Rspack

    Announcing Rspack v0.6# April 10, 2024 Major Feature Updates# Built-in support for mini-css-extract-plugin# Now you can use rspack.CssExtractRspackPlugin as a replacement for mini-css-extract-plugin. This is very useful in some scenarios, for example when the built-in CSS parser cannot meet your needs, there are more customized CSS module names, or you want to use some loaders that depend on the o

    Rspack
    efcl
    efcl 2024/04/11
    Rspack 0.6リリース。 mini-css-extract-pluginの機能を組み込みサポート、デフォルトでTree Shakingを有効化。 CSSの順番が複数のchunkで矛盾している場合に警告を表示するようになるなど
  • Rspack

    Rspack 0.5 Release Announcement# January 09, 2024 Major Feature Updates# Module Federation added to Rspack# Checkout this blog for more details. Breaking Changes# optimization.chunkIds is deterministic in production mode by default# optimization.chunkIds is "deterministic" now in production mode, which aligns with webpack's default behavior. Support rspack.HotModuleReplacementPlugin# Support rspac

    Rspack
    efcl
    efcl 2024/01/11
    Rspack 0.5リリース。 Module Federationのサポート、ビルトインで定義されていたデフォルトの変換(jsやts)を削除しユーザーが定義するように変更。 `resolve.exntesions`のデフォルト値から`.ts`や`.tsx`などを削除、Deprecatedだった`builtins.*
  • Rspack

    efcl
    efcl 2023/08/24
    Rspack 0.3リリース。 CSSの挙動をwebpackと合わせるオプションとして`experiments.css = true`を追加、post-css関係のloaderの変更など。 Web Workerのサポート、`builtin:swc-loader`のサポート、`RSPACK_PROFILE=ALL`でのプロファイルを取れるようにな
  • Rspack

    Announcing Rspack 0.2# June 02, 2023 It has been almost three months since the release of Rspack 0.1. We have received so much attention and feedback from the community, and we are grateful. In version 0.2, we have added many features, such as: realContentHash, DataURI, support for ESM format, strengthened compatibility with webpack, and optimized many details. In addition, thanks to compatibility

    Rspack
    efcl
    efcl 2023/06/10
    Rspack 0.2リリース。 Plugin Hooksの追加、ESM形式のoutputに対応、`SplitChunksPlugin`の実装、Data URIのサポート、Vue/Svelte/NestJSの対応など
  • Rspack

    efcl
    efcl 2023/03/11
    Rustで書かれたwebpack互換のbundler。 webpackを使うプロジェクトとの互換性や移行性を考慮していて、オプションやloaderも互換性ある形で実装している。 出力するランタイムコードもwebpackの出力との互換性を考慮していて、プ
  • Rspack

    Fast StartupCombining TypeScript and Rust with a parallelized architecture to bring you the ultimate developer experience.

    Rspack
    efcl
    efcl 2023/03/11
    Rustで書かれたwebpack互換のbundler。 webpackを使うプロジェクトとの互換性や移行性を考慮していて、オプションやloaderも互換性ある形で実装している。
  • 1