前端编译会有问题
<!-- <execution>--><!-- <id>npm set</id>--><!-- <goals>--><!-- <goal>npm</goal>--><!-- </goals>--><!-- <configuration>--><!-- <skip>${web.e2e.enabled}</skip>--><!-- <arguments>config set proxy http://localhost:7890</arguments>--><!-- </configuration>--><!-- </execution>--><!-- <execution>--><!-- <id>npm set2</id>--><!-- <goals>--><!-- <goal>npm</goal>--><!-- </goals>--><!-- <configuration>--><!-- <skip>${web.e2e.enabled}</skip>--><!-- <arguments>config set https-proxy http://localhost:7890</arguments>--><!-- </configuration>--><!-- </execution>--><execution><id>npm set3</id><goals><goal>npm</goal></goals><configuration><skip>${web.e2e.enabled}</skip><arguments>config set registry "https://registry.npmmirror.com/"</arguments></configuration></execution>
挂代理
