编译失败: ./node_modules/bootstrap/scss/bootstrap.scss 8:0You may need an appropriate loader to handle this file type.| | @import "variables";
| @import "mixins";
我正在将普通的react应用程序转换到下一个js, 之前,我只是使用以下命令导入scss文件 import from '.componentName.scss' 但现在我必须使用以下命令导入 importstyle from 'componentName.module.scss 因此,我必须改变很多代码,因为这是以前完成的项目,有没有办法配置nexjs,允许像以前一样导入scss