Liar0320

Results 2 comments of Liar0320

This problem is caused by the change of style-loader, You can fix this problem by using the style-loader ` esModule: true`; ```javascript { loader: 'style-loader', options: { esModule: true, },...

@tonyelewis When I was using it, I found similar problems, It will only be right the first time it works that ```import styles from "./xxxx"``` ,second ```import styles from "./xxxx"```...