Skip to content

v1.26.0

Latest
Compare
Choose a tag to compare
@onigoetz onigoetz released this 16 May 15:19

Highlights

CSS modules changes

css-loader v7 introduced a change that requires the following change in all your CSS module imports:

- import styles from "./Component.module.css";
+ import * as styles from "./Component.module.css";

What's Changed

New Contributors

Full Changelog: v1.25.0...v1.26.0