UNPKG
stratumn-sdk
Version:
alpha (1.5.0)
latest (0.7.0)
1.5.0
1.4.0
1.3.2
1.3.1
1.2.3
1.2.2
1.2.1
1.0.2
1.0.2-alpha
1.0.1-alpha
1.0.0
1.0.0-alpha
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.3.1
0.2.0
0.1.2
0.1.1
Stratumn SDK for Javascript
github.com/stratumn/stratumn-sdk-js
stratumn/stratumn-sdk-js
stratumn-sdk
/
rollup.bower.min.config.js
8 lines
(5 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
config
from
'./rollup.bower.config'
;
import
uglify
from
'rollup-plugin-uglify'
; config.
plugins
.
push
(
uglify
()); config.
dest
=
'dist/stratumn-sdk.min.js'
;
export
default
config;