css-modules-typescript-loader
css-modules-typescript-loader copied to clipboard
Support named exports
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 you can use css-modules-dts-loader