"swiper": "^5.1.0"
使用方式:
import Swiper from "swiper";
import "swiper/css/swiper.css";
new Swiper('.swiper-container1', options);
报错如下:
ERROR in static/js/1.a8e063dc2fbe83b00120.js from UglifyJs
Unexpected token: name «Dom7», expected: punc «;» [./node_modules/dom7/dist/dom7.modular.js:16,6][static/js/1.a8e063dc2fbe83b00120.js:19926,6]
怀疑:UglifyJs 不支持 ES6,用 Terser。