| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @compiled_webpack-loader@1.0.0 source code.tar.gz | < 22 hours ago | 1.4 MB | |
| @compiled_webpack-loader@1.0.0 source code.zip | < 22 hours ago | 2.0 MB | |
| README.md | < 22 hours ago | 784 Bytes | |
| Totals: 3 Items | 3.4 MB | 0 | |
Major Changes
- f34e80d: Remove the unused class name compression feature (
classNameCompressionMap).
This removes the classNameCompressionMap / classNameCompressionMapFilePath options across the
babel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
ac runtime (and clearAcCache) from @compiled/react/runtime and the generateCompressionMap
export from @compiled/css. Compiled components now always use the ax runtime for class name
merging. The feature was unused in practice and its removal simplifies the codebase and reduces
runtime bundle size.
Patch Changes
- Updated dependencies [f34e80d]
- @compiled/babel-plugin@1.0.0
- @compiled/css@1.0.0
- @compiled/babel-plugin-strip-runtime@1.0.0