css-modules-typescript-loader icon indicating copy to clipboard operation
css-modules-typescript-loader copied to clipboard

Support named exports

Open danieljuhl opened this issue 5 years ago • 1 comments

Some optimisation techniques require named exports, so styles would be imported as import * as styles from './styles.css';.

By adding a flag/option to during webpack, we can change the output.

danieljuhl avatar Mar 14 '20 19:03 danieljuhl

@danieljuhl you can use css-modules-dts-loader

Ch-Valentine avatar Feb 17 '25 23:02 Ch-Valentine