Frontity release: Webpack and Babel extensibility support

Features

  • Introduce the possibility to customize Webpack, Babel, and the build directory with a frontity.config.js file.
  • Make the @frontity/google-analytics package “AMP-aware”. This means it would render an <amp-analytics> tag for the tracking IDs provided, along with the given configuration.
  • Export a Slot Block processor that turns blocks created with the Frontity Slot Block plugin in real <Slot> components.

Bug fixes

  • Fix some heading fonts and sizes in the twentytwenty-theme. #813

Packages Changelog


@frontity/core@1.14.0

Minor Changes

  • e7997268 #812 Thanks @cristianbote! - Introduce the possibility to customize Webpack, Babel, and the build directory with a frontity.config.js file.

@frontity/google-analytics@2.1.0

Minor Changes

  • 3973d77f #814 Thanks @DAreRodz! - Make the @frontity/google-analytics package “AMP-aware”. This means it would render an <amp-analytics> tag for the tracking IDs provided, along with the given configuration.

@frontity/html2react@1.7.0

Minor Changes


@frontity/twentytwenty-theme@1.3.3

Patch Changes


@frontity/types@1.9.0

Minor Changes

  • e7997268 #812 Thanks @cristianbote! - Introduce the possibility to customize Webpack, Babel, and the build directory with a frontity.config.js file.
3 Likes