UNPKG
promisesds
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
ES6 Promises data structures and utils
github.com/mmarinero/promisesDS
mmarinero/promisesDS
promisesds
/
webpack.config.js
7 lines
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { output: {
// export itself to a global var
libraryTarget:
"var"
, library:
"PromisesDS"
} };