- Uses
postcss-viewport-to-container-toggle
plugin only onpublic
builds to avoid breaking apos UI out ofapos-refreshable
.
- Adds postcss supports for the new
postcss-viewport-to-container-toggle
that allows the breakpoint preview feature to work. - Loads postcss config file from project only for public builds.
- Adds
autoprefixer
plugin only for apos builds. - Adds module debug logs when in asset debug mode (
APOS_ASSET_DEBUG=1
). - Adds an option for disabling the module preload polyfill.
- Adds support for
synthetic
entrypoints, that will only process the entrypointprologue
. - Adds support for
Modules/...
alias for the public builds (Webpack BC). - Our Vite alias plugin now throws with an useful error message when
Modules/
alias resolver fails. - Adds sass resolver for
Modules/
alias. It works for both public and private builds in exactly the same way as the JS resolver. - Adds alias
@/
for all builds, that points to the project build source root. This works for both JS and SCSS.
- Don't crash when there is no entrypoint of type
index
.
- Initial beta release.