webpack: export ‘Abc’ (imported as ‘style’) was not found in ‘./style.scss’ (possible exports: default)
最近将 webpack 开发模式下对 scss 的处理增加了 style-loader,然后构建过程中会出现类似如下警告信息: ModuleDependencyWarning: export \'default\' (imported as \'style\') was not found in \'./style.scss\' (possible exports: default) 出现该提示涉及的具体源码