猿问

Webpack2 引入 bower安装的库返回空对象

1.我使用的是webpack2,bower进行js库的安装和集成

2.这是我的app.js

import 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.其他几个库和我自己的组件使用都是正常的

繁星点点滴滴
浏览 437回答 1
1回答

翻阅古今

所以推荐使用npm管理库文件
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答