seek-oss/css-modules-typescript-loader

Support named exports

danieljuhl opened this issue · 0 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.