UNPKG
stroll.js
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
2.1.1
2.0.0
1.3.0
1.2.0
1.1.0
stroll.js is strolling along in your viewport
github.com/kmohrf/stroll.js
kmohrf/stroll.js
stroll.js
/
rollup.config.js
10 lines
(8 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
babel
from
'rollup-plugin-babel'
export
default
{
entry
:
'src/stroll.js'
,
dest
:
'dist/stroll.js'
,
format
:
'umd'
,
moduleName
:
'stroll'
,
plugins
: [
babel
() ] }