国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - Webpack2 introduces library installed by bower returns empty object
過(guò)去多啦不再A夢(mèng)
過(guò)去多啦不再A夢(mèng) 2017-07-05 10:40:25
0
1
915

1. I use webpack2 and bower to install and integrate js libraries

2.This is my app.js

import axios from 'axios';
import jQuery from 'jquery';
import xxhash from 'xxhash';
import fileuploader from './components/fileuploader';
console.log(xxhash);

3.xxhash library address: https://github.com/pierrec/js...

4.Chrome browser console output results

Object
__proto__
:
Object
__defineGetter__
:
__defineGetter__()
__defineSetter__
:
__defineSetter__()
__lookupGetter__
:
__lookupGetter__()
__lookupSetter__
:
__lookupSetter__()
constructor
:
Object()
hasOwnProperty
:
hasOwnProperty()
isPrototypeOf
:
isPrototypeOf()
propertyIsEnumerable
:
propertyIsEnumerable()
toLocaleString
:
toLocaleString()
toString
:
toString()
valueOf
:
valueOf()
get __proto__
:
__proto__()
set __proto__
:
__proto__()

5. The use of several other libraries and my own components is normal

過(guò)去多啦不再A夢(mèng)
過(guò)去多啦不再A夢(mèng)

reply all(1)
代言

So it is recommended to use npm to manage library files

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template