Open
Description
Hello,
after upgrading to v5 I can not use anymore named import such as
import * as styles from './Table.module.css';
This results in the following error
export 'table' (imported as 'styles') was not found in './Table.module.css' (possible exports: default)
Is this a bug? I can not find any workaround.
Thank you for any help.