1.我使用的是webpack2,bower进行js库的安装和集成2.这是我的app.jsimport axios from 'axios';import jQuery from 'jquery';import xxhash from 'xxhash';import fileuploader from './components/fileuploader';console.log(xxhash);3.xxhash库地址:https://github.com/pierrec/js...4.chrome浏览器console输出结果5.其他几个库和我自己的组件使用都是正常的
添加回答
举报
0/150
提交
取消