我正在从Angular 5迁移到Angular 7。
我的项目包含 ngx-swiper-wrapper https://github.com/zefoy/ngx-swiper-wrapper]
在Angular 7上运行ng build --prod
会报告错误
模块构建中的错误失败(来自./node_modules/sass-loader/lib/loader.js):
import {$,addClass,removeClass,hasClass,toggleClass,attr,removeAttr,data,transform,transition作为transition $ 1,on,off,trigger,transitionEnd作为transitionEnd $ 1,outerWidth,outerHeight,offset,css,each,html ,文字,是,索引,等式,追加,前置,下一个,nextAll,prev,prevAll,父项,父项,最近的,查找,子项,删除,添加,样式} from'dom7 / dist / dom7.modular'; ^ 在“导入{”:预期的“}”之后,无效的CSS是“ $,addClass,remove” 在/home/victor/src/sabre/sabre-desktop/node_modules/swiper/dist/js/swiper.esm.bundle.js中(第13行,第9列)
我该如何解决这种情况?