Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rockpack/babel-plugin-ussr-marker

AlexSergey13MIT1.9.0

Babel plugin for @rockpack/ussr

babel, ssr, server-side-rendering, isomorphic-rendering, universal-application, react, rockpack

readme

@rockpack/babel-plugin-ussr-marker

changelog

Changelog

[7.1.0]

  • Updated all dependencies
  • Disabled package-json/require-type rule in codestyle
  • Fixed breaking changes in rockpack/starter

[7.0.0]

  • Added React Compiler support
  • Updated all dependencies
  • Fixed security vulnerabilities
  • Removed outdated code
  • Improved overall performance

[6.0.0]

  • React 19 supports in all templates
  • All dependencies were updated
  • Fix vulnerabilities issues
  • Templates simplification
  • Performance improvements

[5.0.0]

  • Zero vulnerabilities for all packages
  • Replaced imagemin to sharp
  • Dropped mandatory "I" prefix for interfaces
  • Dropped deprecated babel plugins
  • Removed unused modules
  • Dropped addons from tester package. Improves customization.
  • Added support CJS and ESM types for library template
  • Added Updater module to update dependencies automatically

[4.5.0]

  • Templates were refactored
  • Changed react-router notation to the object style
  • All dependencies were updated

[4.4.0]

  • ESLint 9 support
  • Refactoring
  • All dependencies were updated

[4.3.0]

  • ESLint 9 preparation for use
  • Bug fixing
  • Refactoring
  • All dependencies were updated

[4.2.0]

  • Fixed bugs in libraryCompiler
  • Provided ability to modify modules and plugins in compilers. The example for the customization compiler was updated regarding these changes.

[4.1.0]

[4.0.0]

  • A lot of fixes and optimizations
  • Rework @rockpack/codestyle module:
  • @rockpack/codestyle module integrated to each of project
  • React Pure project added (include React, React-Dom only)
  • Adopt the code to use iSSR the new version
  • All dependencies were updated

[3.0.0]

  • A lot of fixes and optimizations
  • The new @rockpack/codestyle module with best practices
    • Prettier added
    • Stylelint added
    • Commitlint added
    • Lintstaged added
    • Replaced simple-git-hooks to husky
  • Typescript by default
  • All dependencies were updated

[2.0.0]

  • A lot of fixes and optimizations
  • All dependencies were updated
  • The new React application templates
  • webpack-plugin-serve -> webpack-dev-server4
  • the new official site

[1.9.0]

  • babel config extend added

[1.8.0]

  • webpack-dev-server -> webpack-plugin-serve
  • @rockpack/compiler simplification
  • @rockpack/webpack-plugin-ussr-development added

[1.6.1]

  • Babel-ussr-plugin -> babel-plugin-ussr-marker

[1.6.0]

  • Babel-ussr-plugin added
  • ts-loader, ts-jest -> @babel/preset-typescript

[1.5.0]

[1.1.0]

  • fix(@rockpack/compiler): Side effects
  • Small fixes
  • added: Backbone for E2E tests

BREAKING CHANGES:

  • Simplification of USSR API
  • .modules.(s)css/less -> .module.(s)css/less (create-react-app compatibility)

[1.0.0]